public interface ObjectType
extends java.io.Serializable
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 |
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.
|
java.lang.String getName()
java.lang.String getURI()
java.lang.String getSchemaLocation()
java.lang.String getIdentType()