Package google.registry.xjc.rderegistrar
Class XjcRdeRegistrarWhoisInfoType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rderegistrar.XjcRdeRegistrarWhoisInfoType
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
url
-
-
Constructor Details
-
XjcRdeRegistrarWhoisInfoType
public XjcRdeRegistrarWhoisInfoType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-