public class DcpOursType
extends java.lang.Object
Java class for dcpOursType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dcpOursType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="recDesc" type="{urn:ietf:params:xml:ns:epp-1.0}dcpRecDescType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
recDesc |
| Constructor and Description |
|---|
DcpOursType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRecDesc()
Gets the value of the recDesc property.
|
void |
setRecDesc(java.lang.String value)
Sets the value of the recDesc property.
|
Copyright © 2022. All rights reserved.