public class CountryAwareServiceMetadataType extends Object
Java class for CountryAwareServiceMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryAwareServiceMetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceMetadata" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2016/05}ServiceMetadataType" maxOccurs="unbounded"/>
</sequence>
<attribute name="countryCode" type="{http://eu/toop/simulator/schema/discovery}CountryCodeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
countryCode |
protected List<ServiceMetadataType> |
serviceMetadata |
| Constructor and Description |
|---|
CountryAwareServiceMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
List<ServiceMetadataType> |
getServiceMetadata()
Gets the value of the serviceMetadata property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
protected List<ServiceMetadataType> serviceMetadata
protected String countryCode
public List<ServiceMetadataType> getServiceMetadata()
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 serviceMetadata property.
For example, to add a new item, do as follows:
getServiceMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceMetadataType
public String getCountryCode()
StringCopyright © 2019 toop.eu. All rights reserved.