Package google.registry.xjc.epp
Class XjcEppDcpAccessType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpAccessType
Java class for dcpAccessType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpAccessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="none" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="null" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="personal" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="personalAndOther" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Gets the value of the all property.getNone()
Gets the value of the none property.getNull()
Gets the value of the null property.getOther()
Gets the value of the other property.Gets the value of the personal property.Gets the value of the personalAndOther property.void
Sets the value of the all property.void
Sets the value of the none property.void
Sets the value of the null property.void
Sets the value of the other property.void
setPersonal
(Object value) Sets the value of the personal property.void
setPersonalAndOther
(Object value) Sets the value of the personalAndOther property.
-
Field Details
-
personalAndOther
-
personal
-
other
-
_null
-
none
-
all
-
-
Constructor Details
-
XjcEppDcpAccessType
public XjcEppDcpAccessType()
-
-
Method Details
-
getPersonalAndOther
Gets the value of the personalAndOther property.- Returns:
- possible object is
Object
-
setPersonalAndOther
Sets the value of the personalAndOther property.- Parameters:
value
- allowed object isObject
-
getPersonal
Gets the value of the personal property.- Returns:
- possible object is
Object
-
setPersonal
Sets the value of the personal property.- Parameters:
value
- allowed object isObject
-
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
-
getNull
Gets the value of the null property.- Returns:
- possible object is
Object
-
setNull
Sets the value of the null property.- Parameters:
value
- allowed object isObject
-
getNone
Gets the value of the none property.- Returns:
- possible object is
Object
-
setNone
Sets the value of the none property.- Parameters:
value
- allowed object isObject
-
getAll
Gets the value of the all property.- Returns:
- possible object is
Object
-
setAll
Sets the value of the all property.- Parameters:
value
- allowed object isObject
-