public class DcpPurposeType
extends java.lang.Object
Java class for dcpPurposeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpPurposeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="admin" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="prov" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
admin |
protected java.lang.Object |
contact |
protected java.lang.Object |
other |
protected java.lang.Object |
prov |
| Constructor and Description |
|---|
DcpPurposeType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAdmin()
Gets the value of the admin property.
|
java.lang.Object |
getContact()
Gets the value of the contact property.
|
java.lang.Object |
getOther()
Gets the value of the other property.
|
java.lang.Object |
getProv()
Gets the value of the prov property.
|
void |
setAdmin(java.lang.Object value)
Sets the value of the admin property.
|
void |
setContact(java.lang.Object value)
Sets the value of the contact property.
|
void |
setOther(java.lang.Object value)
Sets the value of the other property.
|
void |
setProv(java.lang.Object value)
Sets the value of the prov property.
|
protected java.lang.Object admin
protected java.lang.Object contact
protected java.lang.Object other
protected java.lang.Object prov
public java.lang.Object getAdmin()
Objectpublic void setAdmin(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getContact()
Objectpublic void setContact(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 getProv()
Objectpublic void setProv(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2021. All rights reserved.