Class XjcRdeMenuType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeMenuType

public class XjcRdeMenuType extends XjcObject

Java class for rdeMenuType complex type

.

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

 <complexType name="rdeMenuType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="version" type="{urn:ietf:params:xml:ns:rde-1.0}versionType"/>
         <element name="objURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeMenuType

      public XjcRdeMenuType()
  • Method Details

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getObjURIs

      public List<String> getObjURIs()
      Gets the value of the objURIs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the objURIs property.

      For example, to add a new item, do as follows:

       getObjURIs().add(newItem);
       
      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the objURIs property.