public class OmroepenType extends Object
Java class for omroepenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="omroepenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="omroep" type="{}omroepType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OmroepType> |
omroep |
| Constructor and Description |
|---|
OmroepenType() |
OmroepenType(List<nl.vpro.domain.user.Broadcaster> broadcasters) |
| Modifier and Type | Method and Description |
|---|---|
List<OmroepType> |
getOmroep()
Gets the value of the omroep property.
|
protected List<OmroepType> omroep
public OmroepenType(List<nl.vpro.domain.user.Broadcaster> broadcasters)
public OmroepenType()
public List<OmroepType> getOmroep()
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 omroep property.
For example, to add a new item, do as follows:
getOmroep().add(newItem);
Objects of the following type(s) are allowed in the list
OmroepType
Copyright © 2022 NPO. All rights reserved.