Class XjcLaunchClaimKeyType

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

public class XjcLaunchClaimKeyType extends XjcObject

Java class for claimKeyType complex type

.

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


 <complexType name="claimKeyType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>token">
       <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

    • XjcLaunchClaimKeyType Link icon

      public XjcLaunchClaimKeyType()
  • 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