public class Streams extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}player_url"/>
<element ref="{}stream" maxOccurs="unbounded"/>
</sequence>
<attribute name="webcast_toegestaan" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="publicatie_start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="publicatie_eind" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aspect_ratio" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
aspectRatio |
protected String |
playerUrl |
protected String |
publicatieEind |
protected String |
publicatieStart |
protected List<Stream> |
stream |
protected String |
webcastToegestaan |
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspectRatio()
Gets the value of the aspectRatio property.
|
String |
getPlayerUrl()
Gets the value of the playerUrl property.
|
String |
getPublicatieEind()
Gets the value of the publicatieEind property.
|
String |
getPublicatieStart()
Gets the value of the publicatieStart property.
|
List<Stream> |
getStream()
Gets the value of the stream property.
|
String |
getWebcastToegestaan()
Gets the value of the webcastToegestaan property.
|
void |
setAspectRatio(String value)
Sets the value of the aspectRatio property.
|
void |
setPlayerUrl(String value)
Sets the value of the playerUrl property.
|
void |
setPublicatieEind(String value)
Sets the value of the publicatieEind property.
|
void |
setPublicatieStart(String value)
Sets the value of the publicatieStart property.
|
void |
setWebcastToegestaan(String value)
Sets the value of the webcastToegestaan property.
|
protected String playerUrl
protected String webcastToegestaan
protected String publicatieStart
protected String publicatieEind
protected String aspectRatio
public String getPlayerUrl()
Stringpublic void setPlayerUrl(String value)
value - allowed object is
Stringpublic List<Stream> getStream()
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 stream property.
For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
Stream
public String getWebcastToegestaan()
Stringpublic void setWebcastToegestaan(String value)
value - allowed object is
Stringpublic String getPublicatieStart()
Stringpublic void setPublicatieStart(String value)
value - allowed object is
Stringpublic String getPublicatieEind()
Stringpublic void setPublicatieEind(String value)
value - allowed object is
Stringpublic String getAspectRatio()
StringCopyright © 2022 NPO. All rights reserved.