Class XjcFee11CommandType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11CommandType

public class XjcFee11CommandType extends XjcObject

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.11>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 Details

    • value

      protected String value
    • phase

      protected String phase
    • subphase

      protected String subphase
  • Constructor Details

    • XjcFee11CommandType

      public XjcFee11CommandType()
  • Method Details

    • getValue

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

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

      public String getPhase()
      Gets the value of the phase property.
      Returns:
      possible object is String
    • setPhase

      public void setPhase(String value)
      Sets the value of the phase property.
      Parameters:
      value - allowed object is String
    • getSubphase

      public String getSubphase()
      Gets the value of the subphase property.
      Returns:
      possible object is String
    • setSubphase

      public void setSubphase(String value)
      Sets the value of the subphase property.
      Parameters:
      value - allowed object is String