@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class StripMark extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}Orientation" />
<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 Orientation |
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
Orientation |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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(Orientation 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.
|
StripMark |
withAbsoluteHeight(Double value) |
StripMark |
withAbsoluteWidth(Double value) |
StripMark |
withAnchor(EnumAnchor value) |
StripMark |
withHorizontalFitPolicy(String value) |
StripMark |
withID(String value) |
StripMark |
withJobField(Collection<JobField> values) |
StripMark |
withJobField(JobField... values) |
StripMark |
withMarkContext(String value) |
StripMark |
withMarkName(String value) |
StripMark |
withMarkSide(String value) |
StripMark |
withOffset(XYPair value) |
StripMark |
withOrd(Integer value) |
StripMark |
withOrientation(Orientation value) |
StripMark |
withPosition(Collection<Position> values) |
StripMark |
withPosition(Position... values) |
StripMark |
withRefAnchor(Collection<RefAnchor> values) |
StripMark |
withRefAnchor(RefAnchor... values) |
StripMark |
withRelativeHeight(Double value) |
StripMark |
withRelativeWidth(Double value) |
StripMark |
withStripMarkDetails(String value) |
StripMark |
withVerticalFitPolicy(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<Position> position
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<RefAnchor> refAnchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<JobField> jobField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String markContext
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double absoluteHeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String markName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumAnchor anchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double relativeHeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Integer ord
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String verticalFitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String markSide
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double absoluteWidth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double relativeWidth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String horizontalFitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair offset
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Orientation orientation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String stripMarkDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getMarkContext()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setMarkContext(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getAbsoluteHeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setAbsoluteHeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getMarkName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setMarkName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumAnchor getAnchor()
EnumAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getRelativeHeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setRelativeHeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Integer getOrd()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOrd(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getVerticalFitPolicy()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setVerticalFitPolicy(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getMarkSide()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setMarkSide(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getAbsoluteWidth()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setAbsoluteWidth(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getRelativeWidth()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setRelativeWidth(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getHorizontalFitPolicy()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setHorizontalFitPolicy(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getOffset()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOffset(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Orientation getOrientation()
Orientation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOrientation(Orientation value)
value - allowed object is
Orientation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getStripMarkDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setStripMarkDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withPosition(Position... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withPosition(Collection<Position> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withRefAnchor(RefAnchor... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withRefAnchor(Collection<RefAnchor> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withJobField(JobField... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withJobField(Collection<JobField> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withMarkContext(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withAbsoluteHeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withMarkName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withAnchor(EnumAnchor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withRelativeHeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withOrd(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withVerticalFitPolicy(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withMarkSide(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withAbsoluteWidth(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withRelativeWidth(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withHorizontalFitPolicy(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withOffset(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withOrientation(Orientation value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public StripMark withStripMarkDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.