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

  • Constructor Details Link icon

    • XjcRdeRegistrarWhoisInfoType Link icon

      public XjcRdeRegistrarWhoisInfoType()
  • Method Details Link icon

    • getName Link icon

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

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

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

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