public class StreamsType extends Object
Java class for streamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stream" type="{}streamType" maxOccurs="unbounded"/>
</sequence>
<attribute name="publicatie_startdatumtijd" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="publicatie_einddatumtijd" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="aspect_ratio" use="required" type="{}aspectratioResType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
StreamsType() |
StreamsType(Program program) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addStream(StreamType type) |
String |
getAspectRatio() |
protected static XMLGregorianCalendar |
getCalendar(Date date) |
SortedSet<Location> |
getLocations() |
XMLGregorianCalendar |
getPublicatieEinddatumtijd() |
XMLGregorianCalendar |
getPublicatieStartdatumtijd() |
List<StreamType> |
getStream() |
void |
setAspectRatio(String value) |
void |
setPublicatieEinddatumtijd(XMLGregorianCalendar value) |
void |
setPublicatieStartdatumtijd(XMLGregorianCalendar value) |
void |
setStream(List<StreamType> streams) |
public StreamsType(Program program)
public StreamsType()
protected boolean addStream(StreamType type)
public List<StreamType> getStream()
public void setStream(List<StreamType> streams)
protected static XMLGregorianCalendar getCalendar(Date date)
public XMLGregorianCalendar getPublicatieStartdatumtijd()
public void setPublicatieStartdatumtijd(XMLGregorianCalendar value)
public XMLGregorianCalendar getPublicatieEinddatumtijd()
public void setPublicatieEinddatumtijd(XMLGregorianCalendar value)
public String getAspectRatio()
public void setAspectRatio(String value)
Copyright © 2022 NPO. All rights reserved.