Class XjcLaunchCodeType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCodeType

public class XjcLaunchCodeType extends XjcObject

Java class for codeType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="codeType">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:launch-1.0>codeValue">
       <attribute name="validatorID" type="{urn:ietf:params:xml:ns:launch-1.0}validatorIDType" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details Link icon

    • value Link icon

      protected String value
    • validatorID Link icon

      protected String validatorID
  • Constructor Details Link icon

    • XjcLaunchCodeType Link icon

      public XjcLaunchCodeType()
  • Method Details Link icon

    • getValue Link icon

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

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

      public String getValidatorID()
      Gets the value of the validatorID property.
      Returns:
      possible object is String
    • setValidatorID Link icon

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