Interface ShData
-
public interface ShData
Interface for tSh-Data complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSh-Data"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PublicIdentifiers" type="{}tPublicIdentity" minOccurs="0"/> <element name="RepositoryData" type="{}tTransparentData" maxOccurs="unbounded" minOccurs="0"/> <element name="Sh-IMS-Data" type="{}tShIMSData" minOccurs="0"/> <element name="CSLocationInformation" type="{}tCSLocationInformation" minOccurs="0"/> <element name="PSLocationInformation" type="{}tPSLocationInformation" minOccurs="0"/> <element name="CSUserState" type="{}tCSUserState" minOccurs="0"/> <element name="PSUserState" type="{}tPSUserState" minOccurs="0"/> <element name="Extension" type="{}tSh-Data-Extension" minOccurs="0"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getAny()
Gets the value of the any property.CSLocationInformation
getCSLocationInformation()
Gets the value of the csLocationInformation property.Short
getCSUserState()
Gets the value of the csUserState property.ShDataExtension
getExtension()
Gets the value of the extension property.PSLocationInformation
getPSLocationInformation()
Gets the value of the psLocationInformation property.Short
getPSUserState()
Gets the value of the psUserState property.PublicIdentity
getPublicIdentifiers()
Gets the value of the publicIdentifiers property.List
getRepositoryData()
Gets the value of the repositoryData property.ShIMSData
getShIMSData()
Gets the value of the shIMSData property.void
setCSLocationInformation(CSLocationInformation value)
Sets the value of the csLocationInformation property.void
setCSUserState(Short value)
Sets the value of the csUserState property.void
setExtension(ShDataExtension value)
Sets the value of the extension property.void
setPSLocationInformation(PSLocationInformation value)
Sets the value of the psLocationInformation property.void
setPSUserState(Short value)
Sets the value of the psUserState property.void
setPublicIdentifiers(PublicIdentity value)
Sets the value of the publicIdentifiers property.void
setShIMSData(ShIMSData value)
Sets the value of the shIMSData property.
-
-
-
Method Detail
-
getPublicIdentifiers
PublicIdentity getPublicIdentifiers()
Gets the value of the publicIdentifiers property.- Returns:
- possible object is
PublicIdentity
-
setPublicIdentifiers
void setPublicIdentifiers(PublicIdentity value)
Sets the value of the publicIdentifiers property.- Parameters:
value
- allowed object isPublicIdentity
-
getRepositoryData
List getRepositoryData()
Gets the value of the repositoryData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the repositoryData property.For example, to add a new item, do as follows:
getRepositoryData().add(newItem);
Objects of the following type(s) are allowed in the list
TransparentData
-
getShIMSData
ShIMSData getShIMSData()
Gets the value of the shIMSData property.- Returns:
- possible object is
ShIMSData
-
setShIMSData
void setShIMSData(ShIMSData value)
Sets the value of the shIMSData property.- Parameters:
value
- allowed object isShIMSData
-
getCSLocationInformation
CSLocationInformation getCSLocationInformation()
Gets the value of the csLocationInformation property.- Returns:
- possible object is
CSLocationInformation
-
setCSLocationInformation
void setCSLocationInformation(CSLocationInformation value)
Sets the value of the csLocationInformation property.- Parameters:
value
- allowed object isCSLocationInformation
-
getPSLocationInformation
PSLocationInformation getPSLocationInformation()
Gets the value of the psLocationInformation property.- Returns:
- possible object is
PSLocationInformation
-
setPSLocationInformation
void setPSLocationInformation(PSLocationInformation value)
Sets the value of the psLocationInformation property.- Parameters:
value
- allowed object isPSLocationInformation
-
getCSUserState
Short getCSUserState()
Gets the value of the csUserState property.- Returns:
- possible object is
Short
-
setCSUserState
void setCSUserState(Short value)
Sets the value of the csUserState property.- Parameters:
value
- allowed object isShort
-
getPSUserState
Short getPSUserState()
Gets the value of the psUserState property.- Returns:
- possible object is
Short
-
setPSUserState
void setPSUserState(Short value)
Sets the value of the psUserState property.- Parameters:
value
- allowed object isShort
-
getExtension
ShDataExtension getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ShDataExtension
-
setExtension
void setExtension(ShDataExtension value)
Sets the value of the extension property.- Parameters:
value
- allowed object isShDataExtension
-
getAny
List getAny()
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
-
-