Class XjcRdeRrType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeRrType

public class XjcRdeRrType extends XjcObject

Java class for rrType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rrType">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:eppcom-1.0>clIDType">
       <attribute name="client" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • client

      protected String client
  • Constructor Details

    • XjcRdeRrType

      public XjcRdeRrType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getClient

      public String getClient()
      Gets the value of the client property.
      Returns:
      possible object is String
    • setClient

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