public class WebonlyType extends Object
Java class for webonlyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webonlyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="prid" type="{}WEBPRIDResType"/>
<element name="srid" type="{}IDResType"/>
<element name="titel" type="{}stringResType255"/>
<element name="subtitel" type="{}stringResType255" minOccurs="0"/>
<element name="email" type="{}emailResType" minOccurs="0"/>
<element name="nicamcodes" type="{}nicamWarningCodesResType" minOccurs="0"/>
<element name="omschrijving_kort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="omschrijving_lang" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="website" type="{}httpURIResType" minOccurs="0"/>
<element name="media" type="{}mediaType" minOccurs="0"/>
<element name="categorieen" type="{}categorieenType" minOccurs="0"/>
<element name="genres" type="{}genresType" minOccurs="0"/>
<element name="omroepen" type="{}omroepenType"/>
<element name="referenties" type="{}referentiesType" minOccurs="0"/>
<element name="bron" type="{}stringResType100" minOccurs="0"/>
</sequence>
<attribute name="action" type="{}actionResType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
WebonlyType() |
WebonlyType(Program program,
String group) |
public final OwnerType OWNER
public String getPrid()
public void setPrid(String value)
public String getSrid()
public void setSrid(String value)
public String getTitel()
public void setTitel(String value)
public String getSubtitel()
public void setSubtitel(String value)
public String getEmail()
public void setEmail(String value)
public String getNicamcodes()
public void setNicamcodes(String value)
public String getOmschrijvingKort()
public void setOmschrijvingKort(String value)
public String getOmschrijvingLang()
public void setOmschrijvingLang(String value)
public String getWebsite()
public void setWebsite(String value)
public MediaType getMedia()
public void setMedia(MediaType value)
public CategorieenType getCategorieen()
public void setCategorieen(CategorieenType value)
public GenresType getGenres()
public void setGenres(GenresType value)
public OmroepenType getOmroepen()
public void setOmroepen(OmroepenType value)
public ReferentiesType getReferenties()
public void setReferenties(ReferentiesType value)
public String getBron()
public void setBron(String value)
public ActionResType getAction()
public void setAction(ActionResType value)
public Program getProgram()
Copyright © 2022 NPO. All rights reserved.