public class TgImage extends Object
Java class for tgImage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgImage">
<simpleContent>
<extension base="<http://www.gaeb.de/GAEB_DA_XML/200407>tgString">
<attribute name="align" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttAlign" />
<attribute name="border" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttBorder" />
<attribute name="hspace" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString" />
<attribute name="vspace" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString" />
<attribute name="width" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttWidth" />
<attribute name="Type" use="required">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="image/jpeg"/>
<enumeration value="image/gif"/>
<enumeration value="image/png"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Name" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString" />
<attribute name="Encoding" default="base64">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="base64"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAttAlign |
align |
protected BigInteger |
border |
protected String |
encoding |
protected String |
hspace |
protected String |
name |
protected String |
type |
protected String |
value |
protected String |
vspace |
protected String |
width |
| Constructor and Description |
|---|
TgImage() |
| Modifier and Type | Method and Description |
|---|---|
TgAttAlign |
getAlign()
Gets the value of the align property.
|
BigInteger |
getBorder()
Gets the value of the border property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getHspace()
Gets the value of the hspace property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getVspace()
Gets the value of the vspace property.
|
String |
getWidth()
Gets the value of the width property.
|
void |
setAlign(TgAttAlign value)
Sets the value of the align property.
|
void |
setBorder(BigInteger value)
Sets the value of the border property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setHspace(String value)
Sets the value of the hspace property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVspace(String value)
Sets the value of the vspace property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected String value
protected TgAttAlign align
protected BigInteger border
protected String hspace
protected String vspace
protected String width
protected String type
protected String name
protected String encoding
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic TgAttAlign getAlign()
TgAttAlignpublic void setAlign(TgAttAlign value)
value - allowed object is TgAttAlignpublic BigInteger getBorder()
BigIntegerpublic void setBorder(BigInteger value)
value - allowed object is BigIntegerpublic String getHspace()
Stringpublic void setHspace(String value)
value - allowed object is Stringpublic String getVspace()
Stringpublic void setVspace(String value)
value - allowed object is Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getEncoding()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.