Class XjcRdeNotificationName

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdenotification.XjcRdeNotificationName

public class XjcRdeNotificationName extends XjcObject

Java class for nameType simple type

.

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

 <simpleType name="nameType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
     <minLength value="1"/>
     <maxLength value="255"/>
   </restriction>
 </simpleType>
 
  • Field Details

    • value

      protected String value
  • Constructor Details

    • XjcRdeNotificationName

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