Enum CommunicationsTransportMethodEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<CommunicationsTransportMethodEnumeration>

    public enum CommunicationsTransportMethodEnumeration
    extends Enum<CommunicationsTransportMethodEnumeration>

    Java class for CommunicationsTransportMethodEnumeration.

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

     <simpleType name="CommunicationsTransportMethodEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="httpPost"/>
         <enumeration value="other"/>
         <enumeration value="wsdlSoap"/>
       </restriction>
     </simpleType>