Enum InterchangeStatusEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<InterchangeStatusEnumeration>

    public enum InterchangeStatusEnumeration
    extends Enum<InterchangeStatusEnumeration>

    Java class for InterchangeStatusEnumeration.

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

     <simpleType name="InterchangeStatusEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="pti31_0"/>
         <enumeration value="unknown"/>
         <enumeration value="pti31_1"/>
         <enumeration value="connection"/>
         <enumeration value="pti31_2"/>
         <enumeration value="replacement"/>
         <enumeration value="pti31_3"/>
         <enumeration value="alternative"/>
         <enumeration value="pti31_4"/>
         <enumeration value="connectionNotHeld"/>
         <enumeration value="pti31_5"/>
         <enumeration value="connectionHeld"/>
         <enumeration value="pti31_6"/>
         <enumeration value="statusOfConenctionUndecided"/>
         <enumeration value="pti31_255"/>
         <enumeration value="undefinedCrossReferenceInformation"/>
       </restriction>
     </simpleType>