Class XjcLaunchCdNameType

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

public class XjcLaunchCdNameType extends XjcObject

Java class for cdNameType complex type

.

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

 <complexType name="cdNameType">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:eppcom-1.0>labelType">
       <attribute name="exists" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • exists

      protected boolean exists
  • Constructor Details

    • XjcLaunchCdNameType

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

      public boolean isExists()
      Gets the value of the exists property.
    • setExists

      public void setExists(boolean value)
      Sets the value of the exists property.