public class Grafik 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"/>
</sequence>
<attribute name="align" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fileref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fliessen" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="depth" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
align |
protected Integer |
depth |
protected String |
fileref |
protected String |
fliessen |
protected List<Grafik> |
grafik |
protected Double |
scale |
protected Integer |
width |
| Constructor and Description |
|---|
Grafik() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign()
Gets the value of the align property.
|
int |
getDepth()
Gets the value of the depth property.
|
String |
getFileref()
Gets the value of the fileref property.
|
String |
getFliessen()
Gets the value of the fliessen property.
|
List<Grafik> |
getGrafik()
Gets the value of the grafik property.
|
double |
getScale()
Gets the value of the scale property.
|
int |
getWidth()
Gets the value of the width property.
|
boolean |
isSetAlign() |
boolean |
isSetDepth() |
boolean |
isSetFileref() |
boolean |
isSetFliessen() |
boolean |
isSetGrafik() |
boolean |
isSetScale() |
boolean |
isSetWidth() |
void |
setAlign(String value)
Sets the value of the align property.
|
void |
setDepth(int value)
Sets the value of the depth property.
|
void |
setFileref(String value)
Sets the value of the fileref property.
|
void |
setFliessen(String value)
Sets the value of the fliessen property.
|
void |
setScale(double value)
Sets the value of the scale property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
unsetDepth() |
void |
unsetGrafik() |
void |
unsetScale() |
void |
unsetWidth() |
protected String align
protected String fileref
protected String fliessen
protected Integer width
protected Integer depth
protected Double scale
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 String getAlign()
Stringpublic void setAlign(String value)
value - allowed object is
Stringpublic boolean isSetAlign()
public String getFileref()
Stringpublic void setFileref(String value)
value - allowed object is
Stringpublic boolean isSetFileref()
public String getFliessen()
Stringpublic void setFliessen(String value)
value - allowed object is
Stringpublic boolean isSetFliessen()
public int getWidth()
Integerpublic void setWidth(int value)
value - allowed object is
Integerpublic boolean isSetWidth()
public void unsetWidth()
public int getDepth()
Integerpublic void setDepth(int value)
value - allowed object is
Integerpublic boolean isSetDepth()
public void unsetDepth()
public double getScale()
Doublepublic void setScale(double value)
value - allowed object is
Doublepublic boolean isSetScale()
public void unsetScale()
Copyright © 2023. All rights reserved.