public class StripMark 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">
<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 Double |
absoluteHeight |
protected Double |
absoluteWidth |
protected EnumAnchor |
anchor |
protected String |
horizontalFitPolicy |
protected String |
id |
protected List<JobField> |
jobFields |
protected String |
markContext |
protected String |
markName |
protected String |
markSide |
protected List<Double> |
offsets |
protected Integer |
ord |
protected EnumOrientation |
orientation |
protected List<Position> |
positions |
protected List<RefAnchor> |
refAnchors |
protected Double |
relativeHeight |
protected Double |
relativeWidth |
protected String |
stripMarkDetails |
protected String |
verticalFitPolicy |
| Constructor and Description |
|---|
StripMark() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAbsoluteHeight()
Gets the value of the absoluteHeight property.
|
Double |
getAbsoluteWidth()
Gets the value of the absoluteWidth property.
|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
String |
getHorizontalFitPolicy()
Gets the value of the horizontalFitPolicy property.
|
String |
getID()
Gets the value of the id property.
|
List<JobField> |
getJobFields()
Gets the value of the jobFields property.
|
String |
getMarkContext()
Gets the value of the markContext property.
|
String |
getMarkName()
Gets the value of the markName property.
|
String |
getMarkSide()
Gets the value of the markSide property.
|
List<Double> |
getOffsets()
Gets the value of the offsets property.
|
Integer |
getOrd()
Gets the value of the ord property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
List<Position> |
getPositions()
Gets the value of the positions property.
|
List<RefAnchor> |
getRefAnchors()
Gets the value of the refAnchors property.
|
Double |
getRelativeHeight()
Gets the value of the relativeHeight property.
|
Double |
getRelativeWidth()
Gets the value of the relativeWidth property.
|
String |
getStripMarkDetails()
Gets the value of the stripMarkDetails property.
|
String |
getVerticalFitPolicy()
Gets the value of the verticalFitPolicy property.
|
void |
setAbsoluteHeight(Double value)
Sets the value of the absoluteHeight property.
|
void |
setAbsoluteWidth(Double value)
Sets the value of the absoluteWidth property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setHorizontalFitPolicy(String value)
Sets the value of the horizontalFitPolicy property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setMarkContext(String value)
Sets the value of the markContext property.
|
void |
setMarkName(String value)
Sets the value of the markName property.
|
void |
setMarkSide(String value)
Sets the value of the markSide property.
|
void |
setOrd(Integer value)
Sets the value of the ord property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setRelativeHeight(Double value)
Sets the value of the relativeHeight property.
|
void |
setRelativeWidth(Double value)
Sets the value of the relativeWidth property.
|
void |
setStripMarkDetails(String value)
Sets the value of the stripMarkDetails property.
|
void |
setVerticalFitPolicy(String value)
Sets the value of the verticalFitPolicy property.
|
protected String markContext
protected Double absoluteHeight
protected String markName
protected String id
protected EnumAnchor anchor
protected Double relativeHeight
protected Integer ord
protected String verticalFitPolicy
protected String markSide
protected Double absoluteWidth
protected Double relativeWidth
protected String horizontalFitPolicy
protected EnumOrientation orientation
protected String stripMarkDetails
public 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 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 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 String getMarkContext()
Stringpublic void setMarkContext(String value)
value - allowed object is
Stringpublic Double getAbsoluteHeight()
Doublepublic void setAbsoluteHeight(Double value)
value - allowed object is
Doublepublic String getMarkName()
Stringpublic void setMarkName(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic Double getRelativeHeight()
Doublepublic void setRelativeHeight(Double value)
value - allowed object is
Doublepublic Integer getOrd()
Integerpublic void setOrd(Integer value)
value - allowed object is
Integerpublic String getVerticalFitPolicy()
Stringpublic void setVerticalFitPolicy(String value)
value - allowed object is
Stringpublic String getMarkSide()
Stringpublic void setMarkSide(String value)
value - allowed object is
Stringpublic Double getAbsoluteWidth()
Doublepublic void setAbsoluteWidth(Double value)
value - allowed object is
Doublepublic Double getRelativeWidth()
Doublepublic void setRelativeWidth(Double value)
value - allowed object is
Doublepublic String getHorizontalFitPolicy()
Stringpublic void setHorizontalFitPolicy(String value)
value - allowed object is
Stringpublic List<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 String getStripMarkDetails()
StringCopyright © 2012. All Rights Reserved.