Package com.emc.d2fs.models.context
Class Context
java.lang.Object
com.emc.d2fs.models.context.Context
- All Implemented Interfaces:
Serializable
Java class for context complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="context"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="repository" type="{http://www.emc.com/d2fs/models/repository}repository" minOccurs="0"/> <element name="networkLocation" type="{http://www.emc.com/d2fs/models/location}network_location" minOccurs="0"/> <element name="collectionParam" type="{http://www.emc.com/d2fs/models/context}collectionParam" minOccurs="0"/> </all> <attribute name="uid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parentUid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="login" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="locale" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localeSource" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="webAppURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="clientIp" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clientHostName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clientTimeZoneId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clientTimeZoneOffset" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="clientMode" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="creationTime" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="sso" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="widgetName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="userArg1" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="binaryCredential" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="configApplicationName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="configApplicationParam" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clientType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="embedMode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="geoLatitude" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="geoLongitude" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the binaryCredential property.Gets the value of the clientHostName property.Gets the value of the clientIp property.int
Gets the value of the clientMode property.Gets the value of the clientTimeZoneId property.Gets the value of the clientTimeZoneOffset property.Gets the value of the clientType property.Gets the value of the collectionParam property.Gets the value of the configApplicationName property.Gets the value of the configApplicationParam property.Gets the value of the creationTime property.Gets the value of the domain property.Gets the value of the embedMode property.Gets the value of the geoLatitude property.Gets the value of the geoLongitude property.Gets the value of the locale property.Gets the value of the localeSource property.getLogin()
Gets the value of the login property.Gets the value of the networkLocation property.Gets the value of the parentUid property.Gets the value of the password property.Gets the value of the repository property.getUid()
Gets the value of the uid property.Gets the value of the userArg1 property.Gets the value of the userName property.Gets the value of the webAppURL property.Gets the value of the widgetName property.Gets the value of the widgetType property.isSso()
Gets the value of the sso property.void
setBinaryCredential
(String value) Sets the value of the binaryCredential property.void
setClientHostName
(String value) Sets the value of the clientHostName property.void
setClientIp
(String value) Sets the value of the clientIp property.void
setClientMode
(Integer value) Sets the value of the clientMode property.void
setClientTimeZoneId
(String value) Sets the value of the clientTimeZoneId property.void
setClientTimeZoneOffset
(Integer value) Sets the value of the clientTimeZoneOffset property.void
setClientType
(String value) Sets the value of the clientType property.void
Sets the value of the collectionParam property.void
setConfigApplicationName
(String value) Sets the value of the configApplicationName property.void
setConfigApplicationParam
(String value) Sets the value of the configApplicationParam property.void
setCreationTime
(Long value) Sets the value of the creationTime property.void
Sets the value of the domain property.void
setEmbedMode
(String value) Sets the value of the embedMode property.void
setGeoLatitude
(String value) Sets the value of the geoLatitude property.void
setGeoLongitude
(String value) Sets the value of the geoLongitude property.void
Sets the value of the locale property.void
setLocaleSource
(String value) Sets the value of the localeSource property.void
Sets the value of the login property.void
Sets the value of the networkLocation property.void
setParentUid
(String value) Sets the value of the parentUid property.void
setPassword
(String value) Sets the value of the password property.void
setRepository
(Repository value) Sets the value of the repository property.void
Sets the value of the sso property.void
Sets the value of the uid property.void
setUserArg1
(String value) Sets the value of the userArg1 property.void
setUserName
(String value) Sets the value of the userName property.void
setWebAppURL
(String value) Sets the value of the webAppURL property.void
setWidgetName
(String value) Sets the value of the widgetName property.void
setWidgetType
(String value) Sets the value of the widgetType property.
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getRepository
Gets the value of the repository property.- Returns:
- possible object is
Repository
-
setRepository
Sets the value of the repository property.- Parameters:
value
- allowed object isRepository
-
getNetworkLocation
Gets the value of the networkLocation property.- Returns:
- possible object is
NetworkLocation
-
setNetworkLocation
Sets the value of the networkLocation property.- Parameters:
value
- allowed object isNetworkLocation
-
getCollectionParam
Gets the value of the collectionParam property.- Returns:
- possible object is
CollectionParam
-
setCollectionParam
Sets the value of the collectionParam property.- Parameters:
value
- allowed object isCollectionParam
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
String
-
setUid
Sets the value of the uid property.- Parameters:
value
- allowed object isString
-
getParentUid
Gets the value of the parentUid property.- Returns:
- possible object is
String
-
setParentUid
Sets the value of the parentUid property.- Parameters:
value
- allowed object isString
-
getLogin
Gets the value of the login property.- Returns:
- possible object is
String
-
setLogin
Sets the value of the login property.- Parameters:
value
- allowed object isString
-
getUserName
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
Sets the value of the userName property.- Parameters:
value
- allowed object isString
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value
- allowed object isString
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value
- allowed object isString
-
getLocale
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value
- allowed object isString
-
getLocaleSource
Gets the value of the localeSource property.- Returns:
- possible object is
String
-
setLocaleSource
Sets the value of the localeSource property.- Parameters:
value
- allowed object isString
-
getWebAppURL
Gets the value of the webAppURL property.- Returns:
- possible object is
String
-
setWebAppURL
Sets the value of the webAppURL property.- Parameters:
value
- allowed object isString
-
getClientIp
Gets the value of the clientIp property.- Returns:
- possible object is
String
-
setClientIp
Sets the value of the clientIp property.- Parameters:
value
- allowed object isString
-
getClientHostName
Gets the value of the clientHostName property.- Returns:
- possible object is
String
-
setClientHostName
Sets the value of the clientHostName property.- Parameters:
value
- allowed object isString
-
getClientTimeZoneId
Gets the value of the clientTimeZoneId property.- Returns:
- possible object is
String
-
setClientTimeZoneId
Sets the value of the clientTimeZoneId property.- Parameters:
value
- allowed object isString
-
getClientTimeZoneOffset
Gets the value of the clientTimeZoneOffset property.- Returns:
- possible object is
Integer
-
setClientTimeZoneOffset
Sets the value of the clientTimeZoneOffset property.- Parameters:
value
- allowed object isInteger
-
getClientMode
public int getClientMode()Gets the value of the clientMode property.- Returns:
- possible object is
Integer
-
setClientMode
Sets the value of the clientMode property.- Parameters:
value
- allowed object isInteger
-
getCreationTime
Gets the value of the creationTime property.- Returns:
- possible object is
Long
-
setCreationTime
Sets the value of the creationTime property.- Parameters:
value
- allowed object isLong
-
isSso
Gets the value of the sso property.- Returns:
- possible object is
Boolean
-
setSso
Sets the value of the sso property.- Parameters:
value
- allowed object isBoolean
-
getWidgetName
Gets the value of the widgetName property.- Returns:
- possible object is
String
-
setWidgetName
Sets the value of the widgetName property.- Parameters:
value
- allowed object isString
-
getWidgetType
Gets the value of the widgetType property.- Returns:
- possible object is
String
-
setWidgetType
Sets the value of the widgetType property.- Parameters:
value
- allowed object isString
-
getUserArg1
Gets the value of the userArg1 property.- Returns:
- possible object is
String
-
setUserArg1
Sets the value of the userArg1 property.- Parameters:
value
- allowed object isString
-
getBinaryCredential
Gets the value of the binaryCredential property.- Returns:
- possible object is
String
-
setBinaryCredential
Sets the value of the binaryCredential property.- Parameters:
value
- allowed object isString
-
getConfigApplicationName
Gets the value of the configApplicationName property.- Returns:
- possible object is
String
-
setConfigApplicationName
Sets the value of the configApplicationName property.- Parameters:
value
- allowed object isString
-
getConfigApplicationParam
Gets the value of the configApplicationParam property.- Returns:
- possible object is
String
-
setConfigApplicationParam
Sets the value of the configApplicationParam property.- Parameters:
value
- allowed object isString
-
getClientType
Gets the value of the clientType property.- Returns:
- possible object is
String
-
setClientType
Sets the value of the clientType property.- Parameters:
value
- allowed object isString
-
getEmbedMode
Gets the value of the embedMode property.- Returns:
- possible object is
String
-
setEmbedMode
Sets the value of the embedMode property.- Parameters:
value
- allowed object isString
-
getGeoLatitude
Gets the value of the geoLatitude property.- Returns:
- possible object is
String
-
setGeoLatitude
Sets the value of the geoLatitude property.- Parameters:
value
- allowed object isString
-
getGeoLongitude
Gets the value of the geoLongitude property.- Returns:
- possible object is
String
-
setGeoLongitude
Sets the value of the geoLongitude property.- Parameters:
value
- allowed object isString
-