Package google.registry.xjc.secdns
Class XjcSecdnsUpdate
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.secdns.XjcSecdnsUpdate
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="rem" type="{urn:ietf:params:xml:ns:secDNS-1.1}remType" minOccurs="0"/>
<element name="add" type="{urn:ietf:params:xml:ns:secDNS-1.1}dsOrKeyType" minOccurs="0"/>
<element name="chg" type="{urn:ietf:params:xml:ns:secDNS-1.1}chgType" minOccurs="0"/>
</sequence>
<attribute name="urgent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcSecdnsDsOrKeyType
protected XjcSecdnsChgType
protected XjcSecdnsRemType
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdd()
Gets the value of the add property.getChg()
Gets the value of the chg property.getRem()
Gets the value of the rem property.boolean
isUrgent()
Gets the value of the urgent property.void
setAdd
(XjcSecdnsDsOrKeyType value) Sets the value of the add property.void
setChg
(XjcSecdnsChgType value) Sets the value of the chg property.void
setRem
(XjcSecdnsRemType value) Sets the value of the rem property.void
Sets the value of the urgent property.
-
Field Details
-
rem
-
add
-
chg
-
urgent
-
-
Constructor Details
-
XjcSecdnsUpdate
public XjcSecdnsUpdate()
-
-
Method Details
-
getRem
Gets the value of the rem property.- Returns:
- possible object is
XjcSecdnsRemType
-
setRem
Sets the value of the rem property.- Parameters:
value
- allowed object isXjcSecdnsRemType
-
getAdd
Gets the value of the add property.- Returns:
- possible object is
XjcSecdnsDsOrKeyType
-
setAdd
Sets the value of the add property.- Parameters:
value
- allowed object isXjcSecdnsDsOrKeyType
-
getChg
Gets the value of the chg property.- Returns:
- possible object is
XjcSecdnsChgType
-
setChg
Sets the value of the chg property.- Parameters:
value
- allowed object isXjcSecdnsChgType
-
isUrgent
public boolean isUrgent()Gets the value of the urgent property.- Returns:
- possible object is
Boolean
-
setUrgent
Sets the value of the urgent property.- Parameters:
value
- allowed object isBoolean
-