Package google.registry.xjc.epp
Class XjcEppDcpRecipientType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpRecipientType
Java class for dcpRecipientType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpRecipientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="ours" type="{urn:ietf:params:xml:ns:epp-1.0}dcpOursType" maxOccurs="unbounded" minOccurs="0"/>
<element name="public" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="same" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="unrelated" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOther()
Gets the value of the other property.getOurs()
Gets the value of the ours property.Gets the value of the public property.getSame()
Gets the value of the same property.Gets the value of the unrelated property.void
Sets the value of the other property.void
Sets the value of the public property.void
Sets the value of the same property.void
setUnrelated
(Object value) Sets the value of the unrelated property.
-
Field Details
-
other
-
ours
-
_public
-
same
-
-
Constructor Details
-
XjcEppDcpRecipientType
public XjcEppDcpRecipientType()
-
-
Method Details
-
getOther
Gets the value of the other property.- Returns:
- possible object is
Object
-
setOther
Sets the value of the other property.- Parameters:
value
- allowed object isObject
-
getOurs
Gets the value of the ours 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 ours property.getOurs().add(newItem);
Objects of the following type(s) are allowed in the listXjcEppDcpOursType
- Returns:
- The value of the ours property.
-
getPublic
Gets the value of the public property.- Returns:
- possible object is
Object
-
setPublic
Sets the value of the public property.- Parameters:
value
- allowed object isObject
-
getSame
Gets the value of the same property.- Returns:
- possible object is
Object
-
setSame
Sets the value of the same property.- Parameters:
value
- allowed object isObject
-