Package google.registry.xjc.secdns
Class XjcSecdnsRemType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.secdns.XjcSecdnsRemType
Java class for remType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="remType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="dsData" type="{urn:ietf:params:xml:ns:secDNS-1.1}dsDataType" maxOccurs="unbounded"/>
<element name="keyData" type="{urn:ietf:params:xml:ns:secDNS-1.1}keyDataType" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected List
<XjcSecdnsDsDataType> protected List
<XjcSecdnsKeyDataType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsDatas property.Gets the value of the keyDatas property.isAll()
Gets the value of the all property.void
Sets the value of the all property.
-
Field Details
-
keyDatas
-
dsDatas
-
all
-
-
Constructor Details
-
XjcSecdnsRemType
public XjcSecdnsRemType()
-
-
Method Details
-
getKeyDatas
Gets the value of the keyDatas property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the keyDatas property.getKeyDatas().add(newItem);
Objects of the following type(s) are allowed in the listXjcSecdnsKeyDataType
- Returns:
- The value of the keyDatas property.
-
getDsDatas
Gets the value of the dsDatas property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the dsDatas property.getDsDatas().add(newItem);
Objects of the following type(s) are allowed in the listXjcSecdnsDsDataType
- Returns:
- The value of the dsDatas property.
-
isAll
Gets the value of the all property.- Returns:
- possible object is
Boolean
-
setAll
Sets the value of the all property.- Parameters:
value
- allowed object isBoolean
-