public class DcpAccessType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
_null |
protected java.lang.Object |
all |
protected java.lang.Object |
none |
protected java.lang.Object |
other |
protected java.lang.Object |
personal |
protected java.lang.Object |
personalAndOther |
| Constructor and Description |
|---|
DcpAccessType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAll()
Gets the value of the all property.
|
java.lang.Object |
getNone()
Gets the value of the none property.
|
java.lang.Object |
getNull()
Gets the value of the null property.
|
java.lang.Object |
getOther()
Gets the value of the other property.
|
java.lang.Object |
getPersonal()
Gets the value of the personal property.
|
java.lang.Object |
getPersonalAndOther()
Gets the value of the personalAndOther property.
|
void |
setAll(java.lang.Object value)
Sets the value of the all property.
|
void |
setNone(java.lang.Object value)
Sets the value of the none property.
|
void |
setNull(java.lang.Object value)
Sets the value of the null property.
|
void |
setOther(java.lang.Object value)
Sets the value of the other property.
|
void |
setPersonal(java.lang.Object value)
Sets the value of the personal property.
|
void |
setPersonalAndOther(java.lang.Object value)
Sets the value of the personalAndOther property.
|
protected java.lang.Object all
protected java.lang.Object none
protected java.lang.Object _null
protected java.lang.Object other
protected java.lang.Object personal
protected java.lang.Object personalAndOther
public java.lang.Object getAll()
Objectpublic void setAll(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getNone()
Objectpublic void setNone(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getNull()
Objectpublic void setNull(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getOther()
Objectpublic void setOther(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getPersonal()
Objectpublic void setPersonal(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getPersonalAndOther()
Objectpublic void setPersonalAndOther(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2022. All rights reserved.