public enum ExtendedObjectType extends java.lang.Enum<ExtendedObjectType> implements ObjectType
Enum Constant and Description |
---|
AE_DOMAIN |
ALLOCATION_TOKEN
References the Allocation Token XML namespace and schema file
|
APP
References the domain application extension XML namespace and schema file
|
AR_DOMAIN |
AU_DOMAIN |
BLOCK
References the Block XML namespace and schema file
|
EX_AVAIL
References the extended domain check XML namespace and schema file
|
FEE
References the Fee XML namespace and schema file
|
FUND
References the fund info XML namespace and schema file
|
IDN
References the internationalised domain name extension XML namespace and schema file
|
IDNA_DOMAIN |
IETF_IDN
References the IETF IDN XML namespace and schema file
|
KV
References the key-value list extension XML namespace and schema file
|
KVV11 |
LAUNCH
References the Launch XML namespace and schema file
|
MARK |
PRICE
References the domain name price extension XML namespace and schema file
|
PRICEV11
References the domain name price extension XML namespace and schema file
|
PRICEV12
References the domain name price extension XML namespace and schema file
|
REGISTRANT |
RESTORE
References the domain restore (redemption grace period) extension XML namespace and schema file
|
SEC_DNS
References the secDNS extension XML namespace and schema file
|
SIGNED_MARK_DATA |
SYNC |
TMCH |
UNSPEC
References the Unspec XML namespace and schema file
|
VARIANT
References the domain name variants extension (v1.0) XML namespace and schema file
|
VARIANT_V1_1
References the domain name variants extension (v1.1) XML namespace and schema file
|
XML_DSIG |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentType()
Get the label name of the primary identifier used in EPP service elements
mapped to the object identified by this type.
|
java.lang.String |
getName()
Get the commonly used name for the object identified by this type, to be
used as the prefix.
|
java.lang.String |
getSchemaDefinition() |
java.lang.String |
getSchemaLocation()
Get the schema location hint normally prescribed for this object type.
|
java.lang.String |
getURI()
Get the namespace URI of the object identified by this type.
|
static ExtendedObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedObjectType AR_DOMAIN
public static final ExtendedObjectType AE_DOMAIN
public static final ExtendedObjectType AU_DOMAIN
public static final ExtendedObjectType IDNA_DOMAIN
public static final ExtendedObjectType VARIANT
public static final ExtendedObjectType VARIANT_V1_1
public static final ExtendedObjectType SEC_DNS
public static final ExtendedObjectType SYNC
public static final ExtendedObjectType KV
public static final ExtendedObjectType KVV11
public static final ExtendedObjectType REGISTRANT
public static final ExtendedObjectType RESTORE
public static final ExtendedObjectType APP
public static final ExtendedObjectType IDN
public static final ExtendedObjectType TMCH
public static final ExtendedObjectType PRICE
public static final ExtendedObjectType PRICEV11
public static final ExtendedObjectType PRICEV12
public static final ExtendedObjectType SIGNED_MARK_DATA
public static final ExtendedObjectType MARK
public static final ExtendedObjectType XML_DSIG
public static final ExtendedObjectType EX_AVAIL
public static final ExtendedObjectType FUND
public static final ExtendedObjectType BLOCK
public static final ExtendedObjectType UNSPEC
public static final ExtendedObjectType LAUNCH
public static final ExtendedObjectType FEE
public static final ExtendedObjectType IETF_IDN
public static final ExtendedObjectType ALLOCATION_TOKEN
public static ExtendedObjectType[] values()
for (ExtendedObjectType c : ExtendedObjectType.values()) System.out.println(c);
public static ExtendedObjectType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
ObjectType
getName
in interface ObjectType
public java.lang.String getURI()
ObjectType
getURI
in interface ObjectType
public java.lang.String getSchemaLocation()
ObjectType
getSchemaLocation
in interface ObjectType
public java.lang.String getSchemaDefinition()
public java.lang.String getIdentType()
ObjectType
getIdentType
in interface ObjectType