Class RegisterMark
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
Java class for RegisterMark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterMark">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MarkName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="MarkType" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="MarkUsage">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Color"/>
<enumeration value="PaperPath"/>
<enumeration value="Tile"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute name="Rotation" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Separations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XYPairprotected List<MarkElement>protected Stringprotected List<RegisterMark.MarkUsage>protected Floatprotected XYPair -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the center property.Gets the value of the markElement property.Gets the value of the markName property.Gets the value of the markType property.Gets the value of the markUsage property.Gets the value of the rotation property.Gets the value of the separations property.getSize()Gets the value of the size property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the center property.voidsetMarkName(String value) Sets the value of the markName property.voidsetRotation(Float value) Sets the value of the rotation property.voidSets the value of the size property.withCenter(XYPair value) withMarkElement(Collection<MarkElement> values) withMarkElement(MarkElement... values) withMarkName(String value) withMarkType(String... values) withMarkType(Collection<String> values) withMarkUsage(RegisterMark.MarkUsage... values) withRotation(Float value) withSeparations(String... values) withSeparations(Collection<String> values) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
markElement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<MarkElement> markElement -
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair center -
markName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String markName -
markType
-
markUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<RegisterMark.MarkUsage> markUsage -
rotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float rotation -
separations
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair size
-
-
Constructor Details
-
RegisterMark
public RegisterMark()
-
-
Method Details
-
getMarkElement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<MarkElement> getMarkElement()Gets the value of the markElement property.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
setmethod for the markElement property.For example, to add a new item, do as follows:
getMarkElement().add(newItem);Objects of the following type(s) are allowed in the list
MarkElement -
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getCenter()Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCenter(XYPair value) Sets the value of the center property.- Parameters:
value- allowed object isString
-
getMarkName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getMarkName()Gets the value of the markName property.- Returns:
- possible object is
String
-
setMarkName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMarkName(String value) Sets the value of the markName property.- Parameters:
value- allowed object isString
-
getMarkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getMarkType()Gets the value of the markType property.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
setmethod for the markType property.For example, to add a new item, do as follows:
getMarkType().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMarkUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<RegisterMark.MarkUsage> getMarkUsage()Gets the value of the markUsage property.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
setmethod for the markUsage property.For example, to add a new item, do as follows:
getMarkUsage().add(newItem);Objects of the following type(s) are allowed in the list
RegisterMark.MarkUsage -
getRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getRotation()Gets the value of the rotation property.- Returns:
- possible object is
Float
-
setRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRotation(Float value) Sets the value of the rotation property.- Parameters:
value- allowed object isFloat
-
getSeparations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getSeparations()Gets the value of the separations property.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
setmethod for the separations property.For example, to add a new item, do as follows:
getSeparations().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getSize()Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSize(XYPair value) Sets the value of the size property.- Parameters:
value- allowed object isString
-
withMarkElement
-
withMarkElement
-
withCenter
-
withMarkName
-
withMarkType
-
withMarkType
-
withMarkUsage
-
withMarkUsage
-
withRotation
-
withSeparations
-
withSeparations
-
withSize
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-