public class ServiceMatadataListType extends Object
Java class for ServiceMatadataListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMatadataListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CountryAwareServiceMetadata" type="{http://eu/toop/simulator/schema/discovery}CountryAwareServiceMetadataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CountryAwareServiceMetadataType> |
countryAwareServiceMetadata |
| Constructor and Description |
|---|
ServiceMatadataListType() |
| Modifier and Type | Method and Description |
|---|---|
List<CountryAwareServiceMetadataType> |
getCountryAwareServiceMetadata()
Gets the value of the countryAwareServiceMetadata property.
|
protected List<CountryAwareServiceMetadataType> countryAwareServiceMetadata
public List<CountryAwareServiceMetadataType> getCountryAwareServiceMetadata()
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 countryAwareServiceMetadata property.
For example, to add a new item, do as follows:
getCountryAwareServiceMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
CountryAwareServiceMetadataType
Copyright © 2019 toop.eu. All rights reserved.