public class ServiceMetadataReferenceCollectionType extends Object
Java class for ServiceMetadataReferenceCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMetadataReferenceCollectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceMetadataReference" type="{http://docs.oasis-open.org/bdxr/ns/SMP/2016/05}ServiceMetadataReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ServiceMetadataReferenceType> |
serviceMetadataReference |
| Constructor and Description |
|---|
ServiceMetadataReferenceCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceMetadataReferenceType> |
getServiceMetadataReference()
Gets the value of the serviceMetadataReference property.
|
protected List<ServiceMetadataReferenceType> serviceMetadataReference
public ServiceMetadataReferenceCollectionType()
public List<ServiceMetadataReferenceType> getServiceMetadataReference()
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 serviceMetadataReference property.
For example, to add a new item, do as follows:
getServiceMetadataReference().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceMetadataReferenceType
Copyright © 2022 NorStella. All rights reserved.