Class XjcEppDcpOursType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpOursType

public class XjcEppDcpOursType extends XjcObject

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>
 
  • Field Details

    • recDesc

      protected String recDesc
  • Constructor Details

    • XjcEppDcpOursType

      public XjcEppDcpOursType()
  • Method Details

    • getRecDesc

      public String getRecDesc()
      Gets the value of the recDesc property.
      Returns:
      possible object is String
    • setRecDesc

      public void setRecDesc(String value)
      Sets the value of the recDesc property.
      Parameters:
      value - allowed object is String