Package google.registry.xjc.rdenndn
Class XjcRdeNndnNameState
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdenndn.XjcRdeNndnNameState
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.boolean
Gets the value of the mirroringNS property.void
setMirroringNS
(Boolean value) Sets the value of the mirroringNS property.void
setValue
(XjcRdeNndnNameStateValue value) Sets the value of the value property.
-
Field Details
-
value
-
mirroringNS
-
-
Constructor Details
-
XjcRdeNndnNameState
public XjcRdeNndnNameState()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XjcRdeNndnNameStateValue
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isXjcRdeNndnNameStateValue
-
isMirroringNS
public boolean isMirroringNS()Gets the value of the mirroringNS property.- Returns:
- possible object is
Boolean
-
setMirroringNS
Sets the value of the mirroringNS property.- Parameters:
value
- allowed object isBoolean
-