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 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 is PublicIdentity
      • 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 is ShIMSData
      • getCSUserState

        CSUserState getCSUserState()
        Gets the value of the csUserState property.
        Returns:
        possible object is CSUserState
      • setCSUserState

        void setCSUserState​(CSUserState value)
        Sets the value of the csUserState property.
        Parameters:
        value - allowed object is CSUserState
      • getPSUserState

        PSUserState getPSUserState()
        Gets the value of the psUserState property.
        Returns:
        possible object is PSUserState
      • setPSUserState

        void setPSUserState​(PSUserState value)
        Sets the value of the psUserState property.
        Parameters:
        value - allowed object is PSUserState
      • setExtension

        void setExtension​(ShDataExtension value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is ShDataExtension
      • 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