public class BoxArgument
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="Overlap" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Box" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MirrorMargins" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
box |
protected java.lang.String |
mirrorMargins |
protected java.lang.Double |
offset |
protected java.lang.Boolean |
overlap |
| Constructor and Description |
|---|
BoxArgument() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBox()
Gets the value of the box property.
|
java.lang.String |
getMirrorMargins()
Gets the value of the mirrorMargins property.
|
java.lang.Double |
getOffset()
Gets the value of the offset property.
|
java.lang.Boolean |
getOverlap()
Gets the value of the overlap property.
|
void |
setBox(java.lang.String value)
Sets the value of the box property.
|
void |
setMirrorMargins(java.lang.String value)
Sets the value of the mirrorMargins property.
|
void |
setOffset(java.lang.Double value)
Sets the value of the offset property.
|
void |
setOverlap(java.lang.Boolean value)
Sets the value of the overlap property.
|
protected java.lang.Boolean overlap
protected java.lang.String box
protected java.lang.String mirrorMargins
protected java.lang.Double offset
public java.lang.Boolean getOverlap()
Booleanpublic void setOverlap(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getBox()
Stringpublic void setBox(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMirrorMargins()
Stringpublic void setMirrorMargins(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getOffset()
Doublepublic void setOffset(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.