public class AdditionalServiceType
extends java.lang.Object
Java class for AdditionalServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalServiceType">
< complexContent >
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://uri.etsi.org/TS102204/v1.1.2#}mssURIType"/>
<element name="Entity" type="{http://uri.etsi.org/TS102204/v1.1.2#}MeshMemberType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
any |
protected MssURIType |
description |
protected MeshMemberType |
entity |
| Constructor and Description |
|---|
AdditionalServiceType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
MssURIType |
getDescription()
Gets the value of the description property.
|
MeshMemberType |
getEntity()
Gets the value of the entity property.
|
void |
setDescription(MssURIType value)
Sets the value of the description property.
|
void |
setEntity(MeshMemberType value)
Sets the value of the entity property.
|
protected MssURIType description
protected MeshMemberType entity
protected java.util.List<java.lang.Object> any
public MssURIType getDescription()
MssURITypepublic void setDescription(MssURIType value)
value - allowed object is
MssURITypepublic MeshMemberType getEntity()
MeshMemberTypepublic void setEntity(MeshMemberType value)
value - allowed object is
MeshMemberTypepublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2025. All rights reserved.