public class DcpRecipientType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
_public |
protected java.lang.Object |
other |
protected java.util.List<DcpOursType> |
ours |
protected java.lang.Object |
same |
protected java.lang.Object |
unrelated |
| Constructor and Description |
|---|
DcpRecipientType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getOther()
Gets the value of the other property.
|
java.util.List<DcpOursType> |
getOurs()
Gets the value of the ours property.
|
java.lang.Object |
getPublic()
Gets the value of the public property.
|
java.lang.Object |
getSame()
Gets the value of the same property.
|
java.lang.Object |
getUnrelated()
Gets the value of the unrelated property.
|
void |
setOther(java.lang.Object value)
Sets the value of the other property.
|
void |
setPublic(java.lang.Object value)
Sets the value of the public property.
|
void |
setSame(java.lang.Object value)
Sets the value of the same property.
|
void |
setUnrelated(java.lang.Object value)
Sets the value of the unrelated property.
|
protected java.lang.Object other
protected java.util.List<DcpOursType> ours
protected java.lang.Object _public
protected java.lang.Object same
protected java.lang.Object unrelated
public java.lang.Object getOther()
Objectpublic void setOther(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<DcpOursType> getOurs()
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 set method for the ours property.
For example, to add a new item, do as follows:
getOurs().add(newItem);
Objects of the following type(s) are allowed in the list
DcpOursType
public java.lang.Object getPublic()
Objectpublic void setPublic(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getSame()
Objectpublic void setSame(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getUnrelated()
Objectpublic void setUnrelated(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2022. All rights reserved.