Package google.registry.xjc.host
Class XjcHostUpdate
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostUpdate
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:host-1.0}addRemType" minOccurs="0"/>
<element name="rem" type="{urn:ietf:params:xml:ns:host-1.0}addRemType" minOccurs="0"/>
<element name="chg" type="{urn:ietf:params:xml:ns:host-1.0}chgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcHostAddRemType
protected XjcHostChgType
protected String
protected XjcHostAddRemType
-
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
(XjcHostAddRemType value) Sets the value of the add property.void
setChg
(XjcHostChgType value) Sets the value of the chg property.void
Sets the value of the name property.void
setRem
(XjcHostAddRemType value) Sets the value of the rem property.
-
Field Details
-
name
-
add
-
rem
-
chg
-
-
Constructor Details
-
XjcHostUpdate
public XjcHostUpdate()
-
-
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
XjcHostAddRemType
-
setAdd
Sets the value of the add property.- Parameters:
value
- allowed object isXjcHostAddRemType
-
getRem
Gets the value of the rem property.- Returns:
- possible object is
XjcHostAddRemType
-
setRem
Sets the value of the rem property.- Parameters:
value
- allowed object isXjcHostAddRemType
-
getChg
Gets the value of the chg property.- Returns:
- possible object is
XjcHostChgType
-
setChg
Sets the value of the chg property.- Parameters:
value
- allowed object isXjcHostChgType
-