Package google.registry.xjc.fee06
Class XjcFee06CommandType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.fee06.XjcFee06CommandType
-
public class XjcFee06CommandType extends XjcObject
<p>Java class for commandType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description XjcFee06CommandType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPhase()
Gets the value of the phase property.java.lang.String
getSubphase()
Gets the value of the subphase property.java.lang.String
getValue()
Gets the value of the value property.void
setPhase(java.lang.String value)
Sets the value of the phase property.void
setSubphase(java.lang.String value)
Sets the value of the subphase property.void
setValue(java.lang.String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getPhase
public java.lang.String getPhase()
Gets the value of the phase property.- Returns:
- possible object is
String
-
setPhase
public void setPhase(java.lang.String value)
Sets the value of the phase property.- Parameters:
value
- allowed object isString
-
getSubphase
public java.lang.String getSubphase()
Gets the value of the subphase property.- Returns:
- possible object is
String
-
setSubphase
public void setSubphase(java.lang.String value)
Sets the value of the subphase property.- Parameters:
value
- allowed object isString
-
-