Class ServiceMetadataReferenceCollectionType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2014._07.ServiceMetadataReferenceCollectionType
-
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/2014/07}ServiceMetadataReferenceType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ServiceMetadataReferenceType>serviceMetadataReference
-
Constructor Summary
Constructors Constructor Description ServiceMetadataReferenceCollectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ServiceMetadataReferenceType>getServiceMetadataReference()Gets the value of the serviceMetadataReference property.
-
-
-
Field Detail
-
serviceMetadataReference
protected List<ServiceMetadataReferenceType> serviceMetadataReference
-
-
Method Detail
-
getServiceMetadataReference
public List<ServiceMetadataReferenceType> getServiceMetadataReference()
Gets the value of the serviceMetadataReference property.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
setmethod 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
-
-