public class Medienobjekt extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/fuxml}grafik" maxOccurs="unbounded"/>
<element name="objekttitel">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/fuxml}absatz-ohne" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="gleiten" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Medienobjekt.Objekttitel
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
gleiten |
protected List<Grafik> |
grafik |
protected String |
id |
protected Medienobjekt.Objekttitel |
objekttitel |
| Constructor and Description |
|---|
Medienobjekt() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGleiten()
Gets the value of the gleiten property.
|
List<Grafik> |
getGrafik()
Gets the value of the grafik property.
|
String |
getId()
Gets the value of the id property.
|
Medienobjekt.Objekttitel |
getObjekttitel()
Gets the value of the objekttitel property.
|
boolean |
isSetGleiten() |
boolean |
isSetGrafik() |
boolean |
isSetId() |
boolean |
isSetObjekttitel() |
void |
setGleiten(String value)
Sets the value of the gleiten property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setObjekttitel(Medienobjekt.Objekttitel value)
Sets the value of the objekttitel property.
|
void |
unsetGrafik() |
protected Medienobjekt.Objekttitel objekttitel
protected String gleiten
protected String id
public List<Grafik> getGrafik()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the grafik property.
For example, to add a new item, do as follows:
getGrafik().add(newItem);
Objects of the following type(s) are allowed in the list
Grafik
public boolean isSetGrafik()
public void unsetGrafik()
public Medienobjekt.Objekttitel getObjekttitel()
Medienobjekt.Objekttitelpublic void setObjekttitel(Medienobjekt.Objekttitel value)
value - allowed object is
Medienobjekt.Objekttitelpublic boolean isSetObjekttitel()
public String getGleiten()
Stringpublic void setGleiten(String value)
value - allowed object is
Stringpublic boolean isSetGleiten()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
Copyright © 2023. All rights reserved.