Class Metadata

java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.metadata_1.Metadata

public class Metadata extends XjcObject

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 Details

    • reason

      protected String reason
    • requestedByRegistrar

      protected boolean requestedByRegistrar
    • anchorTenant

      protected Boolean anchorTenant
  • Constructor Details

    • Metadata

      public Metadata()
  • Method Details

    • getReason

      public String getReason()
      Gets the value of the reason property.
      Returns:
      possible object is String
    • setReason

      public void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
    • 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

      public Boolean isAnchorTenant()
      Gets the value of the anchorTenant property.
      Returns:
      possible object is Boolean
    • setAnchorTenant

      public void setAnchorTenant(Boolean value)
      Sets the value of the anchorTenant property.
      Parameters:
      value - allowed object is Boolean