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" />
<attribute name="validateLicense" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</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.intGets 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.Gets the value of the validateLicense property.voidsetBinaryCredential(String value) Sets the value of the binaryCredential property.voidsetClientHostName(String value) Sets the value of the clientHostName property.voidsetClientIp(String value) Sets the value of the clientIp property.voidsetClientMode(Integer value) Sets the value of the clientMode property.voidsetClientTimeZoneId(String value) Sets the value of the clientTimeZoneId property.voidsetClientTimeZoneOffset(Integer value) Sets the value of the clientTimeZoneOffset property.voidsetClientType(String value) Sets the value of the clientType property.voidSets the value of the collectionParam property.voidsetConfigApplicationName(String value) Sets the value of the configApplicationName property.voidsetConfigApplicationParam(String value) Sets the value of the configApplicationParam property.voidsetCreationTime(Long value) Sets the value of the creationTime property.voidSets the value of the domain property.voidsetEmbedMode(String value) Sets the value of the embedMode property.voidsetGeoLatitude(String value) Sets the value of the geoLatitude property.voidsetGeoLongitude(String value) Sets the value of the geoLongitude property.voidSets the value of the locale property.voidsetLocaleSource(String value) Sets the value of the localeSource property.voidSets the value of the login property.voidSets the value of the networkLocation property.voidsetParentUid(String value) Sets the value of the parentUid property.voidsetPassword(String value) Sets the value of the password property.voidsetRepository(Repository value) Sets the value of the repository property.voidSets the value of the sso property.voidSets the value of the uid property.voidsetUserArg1(String value) Sets the value of the userArg1 property.voidsetUserName(String value) Sets the value of the userName property.voidsetValidateLicense(Boolean value) Sets the value of the validateLicense property.voidsetWebAppURL(String value) Sets the value of the webAppURL property.voidsetWidgetName(String value) Sets the value of the widgetName property.voidsetWidgetType(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
-
isValidateLicense
Gets the value of the validateLicense property.- Returns:
- possible object is
Boolean
-
setValidateLicense
Sets the value of the validateLicense property.- Parameters:
value- allowed object isBoolean
-