Package google.registry.xjc.domain
Class XjcDomainUpdate
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainUpdate
Java class for updateType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="updateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="add" type="{urn:ietf:params:xml:ns:domain-1.0}addRemType" minOccurs="0"/>
<element name="rem" type="{urn:ietf:params:xml:ns:domain-1.0}addRemType" minOccurs="0"/>
<element name="chg" type="{urn:ietf:params:xml:ns:domain-1.0}chgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcDomainAddRemType
protected XjcDomainChgType
protected String
protected XjcDomainAddRemType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdd()
Gets the value of the add property.getChg()
Gets the value of the chg property.getName()
Gets the value of the name property.getRem()
Gets the value of the rem property.void
setAdd
(XjcDomainAddRemType value) Sets the value of the add property.void
setChg
(XjcDomainChgType value) Sets the value of the chg property.void
Sets the value of the name property.void
setRem
(XjcDomainAddRemType value) Sets the value of the rem property.
-
Field Details
-
name
-
add
-
rem
-
chg
-
-
Constructor Details
-
XjcDomainUpdate
public XjcDomainUpdate()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getAdd
Gets the value of the add property.- Returns:
- possible object is
XjcDomainAddRemType
-
setAdd
Sets the value of the add property.- Parameters:
value
- allowed object isXjcDomainAddRemType
-
getRem
Gets the value of the rem property.- Returns:
- possible object is
XjcDomainAddRemType
-
setRem
Sets the value of the rem property.- Parameters:
value
- allowed object isXjcDomainAddRemType
-
getChg
Gets the value of the chg property.- Returns:
- possible object is
XjcDomainChgType
-
setChg
Sets the value of the chg property.- Parameters:
value
- allowed object isXjcDomainChgType
-