public class Stream extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="compressie_kwaliteit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="compressie_formaat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wijzigingsdatum" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
compressieFormaat |
protected String |
compressieKwaliteit |
protected BigInteger |
id |
protected String |
value |
protected String |
wijzigingsdatum |
| Constructor and Description |
|---|
Stream() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompressieFormaat()
Gets the value of the compressieFormaat property.
|
String |
getCompressieKwaliteit()
Gets the value of the compressieKwaliteit property.
|
BigInteger |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getWijzigingsdatum()
Gets the value of the wijzigingsdatum property.
|
void |
setCompressieFormaat(String value)
Sets the value of the compressieFormaat property.
|
void |
setCompressieKwaliteit(String value)
Sets the value of the compressieKwaliteit property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWijzigingsdatum(String value)
Sets the value of the wijzigingsdatum property.
|
protected String value
protected BigInteger id
protected String compressieKwaliteit
protected String compressieFormaat
protected String wijzigingsdatum
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic String getCompressieKwaliteit()
Stringpublic void setCompressieKwaliteit(String value)
value - allowed object is
Stringpublic String getCompressieFormaat()
Stringpublic void setCompressieFormaat(String value)
value - allowed object is
Stringpublic String getWijzigingsdatum()
StringCopyright © 2022 NPO. All rights reserved.