public class OmroepType extends Object
Java class for omroepType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="omroepType">
<simpleContent>
<extension base="<>stringResType100">
<attribute name="hoofdomroep" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hoofdomroep |
protected String |
value |
| Constructor and Description |
|---|
OmroepType() |
OmroepType(nl.vpro.domain.user.Broadcaster broadcaster,
boolean main) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
boolean |
isHoofdomroep()
Gets the value of the hoofdomroep property.
|
void |
setHoofdomroep(boolean value)
Sets the value of the hoofdomroep property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected boolean hoofdomroep
public OmroepType(nl.vpro.domain.user.Broadcaster broadcaster, boolean main)
public OmroepType()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isHoofdomroep()
public void setHoofdomroep(boolean value)
Copyright © 2022 NPO. All rights reserved.