Package google.registry.xjc.fee06
Class XjcFee06CommandType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee06.XjcFee06CommandType
Java class for commandType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="commandType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:fee-0.6>commandTypeValue">
<attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="subphase" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPhase()
Gets the value of the phase property.Gets the value of the subphase property.getValue()
Gets the value of the value property.void
Sets the value of the phase property.void
setSubphase
(String value) Sets the value of the subphase property.void
Sets the value of the value property.
-
Field Details
-
value
-
phase
-
subphase
-
-
Constructor Details
-
XjcFee06CommandType
public XjcFee06CommandType()
-
-
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
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
String
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isString
-
getSubphase
Gets the value of the subphase property.- Returns:
- possible object is
String
-
setSubphase
Sets the value of the subphase property.- Parameters:
value
- allowed object isString
-