public class PageType extends Object
Java class for PageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="number" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="width" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="rotation" 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 Float |
height |
protected String |
label |
protected Integer |
number |
protected String |
objectKey |
protected Integer |
rotation |
protected Float |
width |
| Constructor and Description |
|---|
PageType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Gets the value of the height property.
|
String |
getLabel()
Gets the value of the label property.
|
int |
getNumber()
Gets the value of the number property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getRotation()
Gets the value of the rotation property.
|
float |
getWidth()
Gets the value of the width property.
|
boolean |
isSetHeight() |
boolean |
isSetLabel() |
boolean |
isSetNumber() |
boolean |
isSetObjectKey() |
boolean |
isSetRotation() |
boolean |
isSetWidth() |
void |
setHeight(float value)
Sets the value of the height property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setRotation(int value)
Sets the value of the rotation property.
|
void |
setWidth(float value)
Sets the value of the width property.
|
void |
unsetHeight() |
void |
unsetNumber() |
void |
unsetRotation() |
void |
unsetWidth() |
protected String objectKey
protected Integer number
protected String label
protected Float width
protected Float height
protected Integer rotation
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public int getNumber()
Integerpublic void setNumber(int value)
value - allowed object is
Integerpublic boolean isSetNumber()
public void unsetNumber()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public float getWidth()
Floatpublic void setWidth(float value)
value - allowed object is
Floatpublic boolean isSetWidth()
public void unsetWidth()
public float getHeight()
Floatpublic void setHeight(float value)
value - allowed object is
Floatpublic boolean isSetHeight()
public void unsetHeight()
public int getRotation()
Integerpublic void setRotation(int value)
value - allowed object is
Integerpublic boolean isSetRotation()
public void unsetRotation()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.