Interface ExtendedMSISDN


  • public interface ExtendedMSISDN

    Interface for tExtendedMSISDN complex type.

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

     <complexType name="tExtendedMSISDN">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MSISDN" type="{}tMSISDN"/>
             <element name="MSISDNType" type="{}tMSISDNType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getMSISDN

        String getMSISDN()
        Gets the value of the msisdn property.
        Returns:
        possible object is String
      • setMSISDN

        void setMSISDN​(String value)
        Sets the value of the msisdn property.
        Parameters:
        value - allowed object is String
      • getMSISDNType

        MSISDNType getMSISDNType()
        Gets the value of the msisdnType property.
        Returns:
        possible object is MSISDNType
      • setMSISDNType

        void setMSISDNType​(MSISDNType value)
        Sets the value of the msisdnType property.
        Parameters:
        value - allowed object is MSISDNType