public class SvcMenuType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
lang |
protected java.util.List<java.lang.String> |
objURI |
protected ExtURIType |
svcExtension |
protected java.util.List<java.lang.String> |
version |
| Constructor and Description |
|---|
SvcMenuType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getLang()
Gets the value of the lang property.
|
java.util.List<java.lang.String> |
getObjURI()
Gets the value of the objURI property.
|
ExtURIType |
getSvcExtension()
Gets the value of the svcExtension property.
|
java.util.List<java.lang.String> |
getVersion()
Gets the value of the version property.
|
void |
setSvcExtension(ExtURIType value)
Sets the value of the svcExtension property.
|
protected java.util.List<java.lang.String> version
protected java.util.List<java.lang.String> lang
protected java.util.List<java.lang.String> objURI
protected ExtURIType svcExtension
public java.util.List<java.lang.String> getVersion()
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 version property.
For example, to add a new item, do as follows:
getVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getLang()
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 lang property.
For example, to add a new item, do as follows:
getLang().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getObjURI()
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 objURI property.
For example, to add a new item, do as follows:
getObjURI().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ExtURIType getSvcExtension()
ExtURITypepublic void setSvcExtension(ExtURIType value)
value - allowed object is
ExtURITypeCopyright © 2023. All rights reserved.