Class XjcLaunchNoticeIDType

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

public class XjcLaunchNoticeIDType extends XjcObject

Java class for noticeIDType complex type

.

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

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

    • value

      protected String value
    • validatorID

      protected String validatorID
  • Constructor Details

    • XjcLaunchNoticeIDType

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

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

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