public class ImageShift
extends java.lang.Object
implements java.io.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">
<attribute name="PositionX" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ShiftBack" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ShiftFront" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="PositionY" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
positionX |
protected java.lang.String |
positionY |
protected java.util.List<java.lang.Double> |
shiftBacks |
protected java.util.List<java.lang.Double> |
shiftFronts |
| Constructor and Description |
|---|
ImageShift() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPositionX()
Gets the value of the positionX property.
|
java.lang.String |
getPositionY()
Gets the value of the positionY property.
|
java.util.List<java.lang.Double> |
getShiftBacks()
Gets the value of the shiftBacks property.
|
java.util.List<java.lang.Double> |
getShiftFronts()
Gets the value of the shiftFronts property.
|
void |
setPositionX(java.lang.String value)
Sets the value of the positionX property.
|
void |
setPositionY(java.lang.String value)
Sets the value of the positionY property.
|
protected java.lang.String positionX
protected java.util.List<java.lang.Double> shiftBacks
protected java.util.List<java.lang.Double> shiftFronts
protected java.lang.String positionY
public java.lang.String getPositionX()
Stringpublic void setPositionX(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getShiftBacks()
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 shiftBacks property.
For example, to add a new item, do as follows:
getShiftBacks().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getShiftFronts()
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 shiftFronts property.
For example, to add a new item, do as follows:
getShiftFronts().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getPositionY()
Stringpublic void setPositionY(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.