Package google.registry.xjc.epp
Class XjcEppDcpPurposeType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpPurposeType
Java class for dcpPurposeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpPurposeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="admin" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="prov" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdmin()
Gets the value of the admin property.Gets the value of the contact property.getOther()
Gets the value of the other property.getProv()
Gets the value of the prov property.void
Sets the value of the admin property.void
setContact
(Object value) Sets the value of the contact property.void
Sets the value of the other property.void
Sets the value of the prov property.
-
Field Details
-
admin
-
contact
-
other
-
prov
-
-
Constructor Details
-
XjcEppDcpPurposeType
public XjcEppDcpPurposeType()
-
-
Method Details
-
getAdmin
Gets the value of the admin property.- Returns:
- possible object is
Object
-
setAdmin
Sets the value of the admin property.- Parameters:
value
- allowed object isObject
-
getContact
Gets the value of the contact property.- Returns:
- possible object is
Object
-
setContact
Sets the value of the contact property.- Parameters:
value
- allowed object isObject
-
getOther
Gets the value of the other property.- Returns:
- possible object is
Object
-
setOther
Sets the value of the other property.- Parameters:
value
- allowed object isObject
-
getProv
Gets the value of the prov property.- Returns:
- possible object is
Object
-
setProv
Sets the value of the prov property.- Parameters:
value
- allowed object isObject
-