Class XjcEppSvcMenuType
Java class for svcMenuType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="svcMenuType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="version" type="{urn:ietf:params:xml:ns:epp-1.0}versionType" maxOccurs="unbounded"/>
<element name="lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded"/>
<element name="objURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
<element name="svcExtension" type="{urn:ietf:params:xml:ns:epp-1.0}extURIType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLangs()
Gets the value of the langs property.Gets the value of the objURIs property.Gets the value of the svcExtension property.Gets the value of the versions property.void
setSvcExtension
(XjcEppExtURIType value) Sets the value of the svcExtension property.
-
Field Details
-
versions
-
langs
-
objURIs
-
svcExtension
-
-
Constructor Details
-
XjcEppSvcMenuType
public XjcEppSvcMenuType()
-
-
Method Details
-
getVersions
Gets the value of the versions 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
For example, to add a new item, do as follows:set
method for the versions property.getVersions().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the versions property.
-
getLangs
Gets the value of the langs 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
For example, to add a new item, do as follows:set
method for the langs property.getLangs().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the langs property.
-
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
For example, to add a new item, do as follows:set
method for the objURIs property.getObjURIs().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the objURIs property.
-
getSvcExtension
Gets the value of the svcExtension property.- Returns:
- possible object is
XjcEppExtURIType
-
setSvcExtension
Sets the value of the svcExtension property.- Parameters:
value
- allowed object isXjcEppExtURIType
-