public class StreamType extends Object
Java class for streamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamType">
<simpleContent>
<extension base="<>httpURIResType">
<attribute name="kwaliteit" use="required" type="{}qualityResType" />
<attribute name="formaat" use="required" type="{}formatResType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FormatResType |
formaat |
protected QualityResType |
kwaliteit |
protected String |
value |
| Constructor and Description |
|---|
StreamType() |
StreamType(Location location) |
| Modifier and Type | Method and Description |
|---|---|
FormatResType |
getFormaat() |
QualityResType |
getKwaliteit() |
Location |
getLocation() |
String |
getValue() |
void |
setFormaat(FormatResType value) |
void |
setKwaliteit(QualityResType value) |
void |
setValue(String value) |
protected String value
protected QualityResType kwaliteit
protected FormatResType formaat
public StreamType(Location location)
public StreamType()
public String getValue()
public void setValue(String value)
public QualityResType getKwaliteit()
public void setKwaliteit(QualityResType value)
public FormatResType getFormaat()
public void setFormaat(FormatResType value)
public Location getLocation()
Copyright © 2022 NPO. All rights reserved.