Class XjcRdeRegistrarWhoisInfoType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rderegistrar.XjcRdeRegistrarWhoisInfoType

public class XjcRdeRegistrarWhoisInfoType extends XjcObject

Java class for whoisInfoType complex type

.

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

 <complexType name="whoisInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeRegistrarWhoisInfoType

      public XjcRdeRegistrarWhoisInfoType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

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