Enum Class ContactTypeType

java.lang.Object
java.lang.Enum<ContactTypeType>
eu.europa.esig.saml.jaxb.metadata.ContactTypeType
All Implemented Interfaces:
Serializable, Comparable<ContactTypeType>, Constable

public enum ContactTypeType extends Enum<ContactTypeType>

Java class for ContactTypeType.

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

 <simpleType name="ContactTypeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="technical"/>
     <enumeration value="support"/>
     <enumeration value="administrative"/>
     <enumeration value="billing"/>
     <enumeration value="other"/>
   </restriction>
 </simpleType>