public class ImageType extends Object
Java class for ImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="suffix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="bitsPerComponent" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bitsPerComponent |
protected Integer |
height |
protected String |
objectKey |
protected Integer |
page |
protected String |
suffix |
protected Integer |
width |
| Constructor and Description |
|---|
ImageType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerComponent()
Gets the value of the bitsPerComponent property.
|
int |
getHeight()
Gets the value of the height property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getPage()
Gets the value of the page property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
int |
getWidth()
Gets the value of the width property.
|
boolean |
isSetBitsPerComponent() |
boolean |
isSetHeight() |
boolean |
isSetObjectKey() |
boolean |
isSetPage() |
boolean |
isSetSuffix() |
boolean |
isSetWidth() |
void |
setBitsPerComponent(int value)
Sets the value of the bitsPerComponent property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
unsetBitsPerComponent() |
void |
unsetHeight() |
void |
unsetPage() |
void |
unsetWidth() |
protected String objectKey
protected Integer width
protected Integer height
protected String suffix
protected Integer page
protected Integer bitsPerComponent
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public int getWidth()
Integerpublic void setWidth(int value)
value - allowed object is
Integerpublic boolean isSetWidth()
public void unsetWidth()
public int getHeight()
Integerpublic void setHeight(int value)
value - allowed object is
Integerpublic boolean isSetHeight()
public void unsetHeight()
public String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic boolean isSetSuffix()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public int getBitsPerComponent()
Integerpublic void setBitsPerComponent(int value)
value - allowed object is
Integerpublic boolean isSetBitsPerComponent()
public void unsetBitsPerComponent()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.