Enum CommunicationChannelSpecification

  • All Implemented Interfaces:
    Serializable, Comparable<CommunicationChannelSpecification>

    public enum CommunicationChannelSpecification
    extends Enum<CommunicationChannelSpecification>

    Java class for communicationChannelSpecification.

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

     <simpleType name="communicationChannelSpecification">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="any"/>
         <enumeration value="e-mail"/>
         <enumeration value="phone number"/>
       </restriction>
     </simpleType>