Class ExternalDataReference
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.ExternalDataReference
-
public class ExternalDataReference extends Object
Java class for external-data-reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="external-data-reference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data-reference" type="{http://www.logius.nl/digikoppeling/gb/2010/10}data-reference" maxOccurs="unbounded"/> </sequence> <attribute name="profile" type="{http://www.logius.nl/digikoppeling/gb/2010/10}gb-profile" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DataReference>
dataReference
protected GbProfile
profile
-
Constructor Summary
Constructors Constructor Description ExternalDataReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataReference>
getDataReference()
Gets the value of the dataReference property.GbProfile
getProfile()
Gets the value of the profile property.void
setProfile(GbProfile value)
Sets the value of the profile property.
-
-
-
Field Detail
-
dataReference
protected List<DataReference> dataReference
-
profile
protected GbProfile profile
-
-
Method Detail
-
getDataReference
public List<DataReference> getDataReference()
Gets the value of the dataReference 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
set
method for the dataReference property.For example, to add a new item, do as follows:
getDataReference().add(newItem);
Objects of the following type(s) are allowed in the list
DataReference
-
getProfile
public GbProfile getProfile()
Gets the value of the profile property.- Returns:
- possible object is
GbProfile
-
-