Package google.registry.xjc.host
Class XjcHostPaNameType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostPaNameType
Java class for paNameType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="paNameType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>labelType">
<attribute name="paResult" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</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 paResult property.void
setPaResult
(boolean value) Sets the value of the paResult property.void
Sets the value of the value property.
-
Field Details
-
value
-
paResult
protected boolean paResult
-
-
Constructor Details
-
XjcHostPaNameType
public XjcHostPaNameType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isPaResult
public boolean isPaResult()Gets the value of the paResult property. -
setPaResult
public void setPaResult(boolean value) Sets the value of the paResult property.
-