public class NeboXmlWebOnly extends Object
Java class for rootType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rootType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="webonly" type="{}webonlyType"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="webonly" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="notificatie" type="{}emailResType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
notificatie |
protected XMLGregorianCalendar |
timestamp |
protected String |
type |
protected WebonlyType |
webonly |
| Constructor and Description |
|---|
NeboXmlWebOnly() |
NeboXmlWebOnly(Program program,
String group) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotificatie() |
Program |
getProgram() |
XMLGregorianCalendar |
getTimestamp() |
String |
getType() |
WebonlyType |
getWebonly() |
void |
setNotificatie(String value) |
void |
setTimestamp(XMLGregorianCalendar value) |
void |
setType(String value) |
void |
setWebonly(WebonlyType value) |
protected WebonlyType webonly
protected String type
protected XMLGregorianCalendar timestamp
protected String notificatie
public NeboXmlWebOnly(Program program, String group) throws DatatypeConfigurationException
DatatypeConfigurationExceptionpublic NeboXmlWebOnly()
throws DatatypeConfigurationException
DatatypeConfigurationExceptionpublic WebonlyType getWebonly()
public void setWebonly(WebonlyType value)
public String getType()
public void setType(String value)
public XMLGregorianCalendar getTimestamp()
public void setTimestamp(XMLGregorianCalendar value)
public String getNotificatie()
public void setNotificatie(String value)
public Program getProgram()
Copyright © 2022 NPO. All rights reserved.