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 Link icon

    • value Link icon

      protected String value
    • client Link icon

      protected String client
  • Constructor Details Link icon

    • XjcRdeRrType Link icon

      public XjcRdeRrType()
  • Method Details Link icon

    • getValue Link icon

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

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

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

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