Class BackgroundBaseSettingsType.Position
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BackgroundBaseSettingsType.Position
-
- Enclosing class:
- BackgroundBaseSettingsType
public static class BackgroundBaseSettingsType.Position extends Object
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"> <attribute name="x" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="y" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" /> <attribute name="position" type="{http://schema.webpdf.de/1.0/operation}BackgroundPositionModeType" default="center_center" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MetricsTypemetricsprotected BackgroundPositionModeTypepositionprotected Floatxprotected Floaty
-
Constructor Summary
Constructors Constructor Description Position()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricsTypegetMetrics()Gets the value of the metrics property.BackgroundPositionModeTypegetPosition()Gets the value of the position property.floatgetX()Gets the value of the x property.floatgetY()Gets the value of the y property.booleanisSetMetrics()booleanisSetPosition()booleanisSetX()booleanisSetY()voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetPosition(BackgroundPositionModeType value)Sets the value of the position property.voidsetX(float value)Sets the value of the x property.voidsetY(float value)Sets the value of the y property.voidunsetX()voidunsetY()
-
-
-
Field Detail
-
x
protected Float x
-
y
protected Float y
-
metrics
protected MetricsType metrics
-
position
protected BackgroundPositionModeType position
-
-
Method Detail
-
getX
public float getX()
Gets the value of the x property.- Returns:
- possible object is
Float
-
setX
public void setX(float value)
Sets the value of the x property.- Parameters:
value- allowed object isFloat
-
isSetX
public boolean isSetX()
-
unsetX
public void unsetX()
-
getY
public float getY()
Gets the value of the y property.- Returns:
- possible object is
Float
-
setY
public void setY(float value)
Sets the value of the y property.- Parameters:
value- allowed object isFloat
-
isSetY
public boolean isSetY()
-
unsetY
public void unsetY()
-
getMetrics
public MetricsType getMetrics()
Gets the value of the metrics property.- Returns:
- possible object is
MetricsType
-
setMetrics
public void setMetrics(MetricsType value)
Sets the value of the metrics property.- Parameters:
value- allowed object isMetricsType
-
isSetMetrics
public boolean isSetMetrics()
-
getPosition
public BackgroundPositionModeType getPosition()
Gets the value of the position property.- Returns:
- possible object is
BackgroundPositionModeType
-
setPosition
public void setPosition(BackgroundPositionModeType value)
Sets the value of the position property.- Parameters:
value- allowed object isBackgroundPositionModeType
-
isSetPosition
public boolean isSetPosition()
-
-