public class BoxArgument extends Object implements 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 String |
box |
protected String |
mirrorMargins |
protected Rectangle |
offset |
protected Boolean |
overlap |
| Constructor and Description |
|---|
BoxArgument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBox()
Gets the value of the box property.
|
String |
getMirrorMargins()
Gets the value of the mirrorMargins property.
|
Rectangle |
getOffset()
Gets the value of the offset property.
|
Boolean |
isOverlap()
Gets the value of the overlap property.
|
void |
setBox(String value)
Sets the value of the box property.
|
void |
setMirrorMargins(String value)
Sets the value of the mirrorMargins property.
|
void |
setOffset(Rectangle value)
Sets the value of the offset property.
|
void |
setOverlap(Boolean value)
Sets the value of the overlap property.
|
protected Boolean overlap
protected String box
protected String mirrorMargins
protected Rectangle offset
public Boolean isOverlap()
Booleanpublic void setOverlap(Boolean value)
value - allowed object is
Booleanpublic void setBox(String value)
value - allowed object is
Stringpublic String getMirrorMargins()
Stringpublic void setMirrorMargins(String value)
value - allowed object is
Stringpublic Rectangle getOffset()
StringCopyright © 2013. All Rights Reserved.