Interface UserCSGInformationExtension


  • public interface UserCSGInformationExtension

    Interface for tUserCSGInformation-Extension complex type.

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

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

      • getAccessMode

        String getAccessMode()
        Gets the value of the accessMode property.
        Returns:
        possible object is String
      • setAccessMode

        void setAccessMode​(String value)
        Sets the value of the accessMode property.
        Parameters:
        value - allowed object is String
      • isCMI

        Boolean isCMI()
        Gets the value of the cmi property.
        Returns:
        possible object is Boolean
      • setCMI

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