Package google.registry.xjc.contact
Class XjcContactUpdate
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactUpdate
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="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
<element name="add" type="{urn:ietf:params:xml:ns:contact-1.0}addRemType" minOccurs="0"/>
<element name="rem" type="{urn:ietf:params:xml:ns:contact-1.0}addRemType" minOccurs="0"/>
<element name="chg" type="{urn:ietf:params:xml:ns:contact-1.0}chgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcContactAddRemType
protected XjcContactChgType
protected String
protected XjcContactAddRemType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdd()
Gets the value of the add property.getChg()
Gets the value of the chg property.getId()
Gets the value of the id property.getRem()
Gets the value of the rem property.void
setAdd
(XjcContactAddRemType value) Sets the value of the add property.void
setChg
(XjcContactChgType value) Sets the value of the chg property.void
Sets the value of the id property.void
setRem
(XjcContactAddRemType value) Sets the value of the rem property.
-
Field Details
-
id
-
add
-
rem
-
chg
-
-
Constructor Details
-
XjcContactUpdate
public XjcContactUpdate()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getAdd
Gets the value of the add property.- Returns:
- possible object is
XjcContactAddRemType
-
setAdd
Sets the value of the add property.- Parameters:
value
- allowed object isXjcContactAddRemType
-
getRem
Gets the value of the rem property.- Returns:
- possible object is
XjcContactAddRemType
-
setRem
Sets the value of the rem property.- Parameters:
value
- allowed object isXjcContactAddRemType
-
getChg
Gets the value of the chg property.- Returns:
- possible object is
XjcContactChgType
-
setChg
Sets the value of the chg property.- Parameters:
value
- allowed object isXjcContactChgType
-