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>
<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"/>
</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> |
jobField |
protected String |
markContext |
protected String |
markName |
protected String |
markSide |
protected XYPair |
offset |
protected Integer |
ord |
protected EnumOrientation |
orientation |
protected List<Position> |
position |
protected List<RefAnchor> |
refAnchor |
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> |
getJobField()
Gets the value of the jobField 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.
|
XYPair |
getOffset()
Gets the value of the offset property.
|
Integer |
getOrd()
Gets the value of the ord property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
List<Position> |
getPosition()
Gets the value of the position property.
|
List<RefAnchor> |
getRefAnchor()
Gets the value of the refAnchor 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 |
setOffset(XYPair value)
Sets the value of the offset 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 XYPair offset
protected EnumOrientation orientation
protected String stripMarkDetails
public List<Position> getPosition()
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 position property.
For example, to add a new item, do as follows:
getPosition().add(newItem);
Objects of the following type(s) are allowed in the list
Position
public List<RefAnchor> getRefAnchor()
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 refAnchor property.
For example, to add a new item, do as follows:
getRefAnchor().add(newItem);
Objects of the following type(s) are allowed in the list
RefAnchor
public List<JobField> getJobField()
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 jobField property.
For example, to add a new item, do as follows:
getJobField().add(newItem);
Objects of the following type(s) are allowed in the list
JobField
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 XYPair getOffset()
Stringpublic void setOffset(XYPair value)
value - allowed object is
Stringpublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationpublic String getStripMarkDetails()
StringCopyright © 2013. All Rights Reserved.