Package google.params.xml.ns.metadata_1
Class Metadata
java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.metadata_1.Metadata
Java class for metadata complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="metadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requestedByRegistrar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="anchorTenant" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reason property.Gets the value of the anchorTenant property.boolean
Gets the value of the requestedByRegistrar property.void
setAnchorTenant
(Boolean value) Sets the value of the anchorTenant property.void
Sets the value of the reason property.void
setRequestedByRegistrar
(boolean value) Sets the value of the requestedByRegistrar property.
-
Field Details
-
reason
-
requestedByRegistrar
protected boolean requestedByRegistrar -
anchorTenant
-
-
Constructor Details
-
Metadata
public Metadata()
-
-
Method Details
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value
- allowed object isString
-
isRequestedByRegistrar
public boolean isRequestedByRegistrar()Gets the value of the requestedByRegistrar property. -
setRequestedByRegistrar
public void setRequestedByRegistrar(boolean value) Sets the value of the requestedByRegistrar property. -
isAnchorTenant
Gets the value of the anchorTenant property.- Returns:
- possible object is
Boolean
-
setAnchorTenant
Sets the value of the anchorTenant property.- Parameters:
value
- allowed object isBoolean
-