public class StripMark
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Position" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RefAnchor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JobField" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MarkContext" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="AbsoluteHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarkName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="RelativeHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Ord" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="VerticalFitPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MarkSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="AbsoluteWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RelativeWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="HorizontalFitPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOrientation" />
<attribute name="StripMarkDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
absoluteHeight |
protected java.lang.Double |
absoluteWidth |
protected EnumAnchor |
anchor |
protected java.lang.String |
horizontalFitPolicy |
protected java.lang.String |
id |
protected java.util.List<JobField> |
jobFields |
protected java.lang.String |
markContext |
protected java.lang.String |
markName |
protected java.lang.String |
markSide |
protected java.util.List<java.lang.Double> |
offsets |
protected java.lang.Integer |
ord |
protected EnumOrientation |
orientation |
protected java.util.List<Position> |
positions |
protected java.util.List<RefAnchor> |
refAnchors |
protected java.lang.Double |
relativeHeight |
protected java.lang.Double |
relativeWidth |
protected java.lang.String |
stripMarkDetails |
protected java.lang.String |
verticalFitPolicy |
| Constructor and Description |
|---|
StripMark() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAbsoluteHeight()
Gets the value of the absoluteHeight property.
|
java.lang.Double |
getAbsoluteWidth()
Gets the value of the absoluteWidth property.
|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.lang.String |
getHorizontalFitPolicy()
Gets the value of the horizontalFitPolicy property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.util.List<JobField> |
getJobFields()
Gets the value of the jobFields property.
|
java.lang.String |
getMarkContext()
Gets the value of the markContext property.
|
java.lang.String |
getMarkName()
Gets the value of the markName property.
|
java.lang.String |
getMarkSide()
Gets the value of the markSide property.
|
java.util.List<java.lang.Double> |
getOffsets()
Gets the value of the offsets property.
|
java.lang.Integer |
getOrd()
Gets the value of the ord property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
java.util.List<Position> |
getPositions()
Gets the value of the positions property.
|
java.util.List<RefAnchor> |
getRefAnchors()
Gets the value of the refAnchors property.
|
java.lang.Double |
getRelativeHeight()
Gets the value of the relativeHeight property.
|
java.lang.Double |
getRelativeWidth()
Gets the value of the relativeWidth property.
|
java.lang.String |
getStripMarkDetails()
Gets the value of the stripMarkDetails property.
|
java.lang.String |
getVerticalFitPolicy()
Gets the value of the verticalFitPolicy property.
|
void |
setAbsoluteHeight(java.lang.Double value)
Sets the value of the absoluteHeight property.
|
void |
setAbsoluteWidth(java.lang.Double value)
Sets the value of the absoluteWidth property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setHorizontalFitPolicy(java.lang.String value)
Sets the value of the horizontalFitPolicy property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setMarkContext(java.lang.String value)
Sets the value of the markContext property.
|
void |
setMarkName(java.lang.String value)
Sets the value of the markName property.
|
void |
setMarkSide(java.lang.String value)
Sets the value of the markSide property.
|
void |
setOrd(java.lang.Integer value)
Sets the value of the ord property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setRelativeHeight(java.lang.Double value)
Sets the value of the relativeHeight property.
|
void |
setRelativeWidth(java.lang.Double value)
Sets the value of the relativeWidth property.
|
void |
setStripMarkDetails(java.lang.String value)
Sets the value of the stripMarkDetails property.
|
void |
setVerticalFitPolicy(java.lang.String value)
Sets the value of the verticalFitPolicy property.
|
protected java.util.List<JobField> jobFields
protected java.util.List<RefAnchor> refAnchors
protected java.util.List<Position> positions
protected java.lang.String markContext
protected java.lang.Double absoluteHeight
protected java.lang.String markName
protected java.lang.String id
protected EnumAnchor anchor
protected java.lang.Double relativeHeight
protected java.lang.Integer ord
protected java.lang.String verticalFitPolicy
protected java.lang.String markSide
protected java.lang.Double absoluteWidth
protected java.lang.Double relativeWidth
protected java.lang.String horizontalFitPolicy
protected java.util.List<java.lang.Double> offsets
protected EnumOrientation orientation
protected java.lang.String stripMarkDetails
public java.util.List<JobField> getJobFields()
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 jobFields property.
For example, to add a new item, do as follows:
getJobFields().add(newItem);
Objects of the following type(s) are allowed in the list
JobField
public java.util.List<RefAnchor> getRefAnchors()
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 refAnchors property.
For example, to add a new item, do as follows:
getRefAnchors().add(newItem);
Objects of the following type(s) are allowed in the list
RefAnchor
public java.util.List<Position> getPositions()
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 positions property.
For example, to add a new item, do as follows:
getPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Position
public java.lang.String getMarkContext()
Stringpublic void setMarkContext(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAbsoluteHeight()
Doublepublic void setAbsoluteHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMarkName()
Stringpublic void setMarkName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic java.lang.Double getRelativeHeight()
Doublepublic void setRelativeHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getOrd()
Integerpublic void setOrd(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getVerticalFitPolicy()
Stringpublic void setVerticalFitPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMarkSide()
Stringpublic void setMarkSide(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAbsoluteWidth()
Doublepublic void setAbsoluteWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getRelativeWidth()
Doublepublic void setRelativeWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getHorizontalFitPolicy()
Stringpublic void setHorizontalFitPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getOffsets()
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 offsets property.
For example, to add a new item, do as follows:
getOffsets().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationpublic java.lang.String getStripMarkDetails()
Stringpublic void setStripMarkDetails(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.