Interface CSLocationInformationExtension0


  • public interface CSLocationInformationExtension0

    Interface for tCSLocationInformation-Extension complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tCSLocationInformation-Extension">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="UserCSGInformation" type="{}tUserCSGInformation" minOccurs="0"/>
             <element name="Extension" type="{}tExtension" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • setUserCSGInformation

        void setUserCSGInformation​(UserCSGInformation value)
        Sets the value of the userCSGInformation property.
        Parameters:
        value - allowed object is UserCSGInformation
      • getExtension

        Extension getExtension()
        Gets the value of the extension property.
        Returns:
        possible object is Extension
      • setExtension

        void setExtension​(Extension value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is Extension