Class XjcRdeNndnNameState

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdenndn.XjcRdeNndnNameState

public class XjcRdeNndnNameState extends XjcObject

Java class for nameState complex type

.

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

 <complexType name="nameState">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:rdeNNDN-1.0>nameStateValue">
       <attribute name="mirroringNS" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeNndnNameState

      public XjcRdeNndnNameState()
  • Method Details

    • getValue

      public XjcRdeNndnNameStateValue getValue()
      Gets the value of the value property.
      Returns:
      possible object is XjcRdeNndnNameStateValue
    • setValue

      public void setValue(XjcRdeNndnNameStateValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is XjcRdeNndnNameStateValue
    • isMirroringNS

      public boolean isMirroringNS()
      Gets the value of the mirroringNS property.
      Returns:
      possible object is Boolean
    • setMirroringNS

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