Class RegisterMark
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.RegisterMark
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class RegisterMark extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegisterMark.MarkUsageJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected XYPaircenterprotected java.util.List<MarkElement>markElementprotected java.lang.StringmarkNameprotected java.util.List<java.lang.String>markTypeprotected java.util.List<RegisterMark.MarkUsage>markUsageprotected java.lang.Floatrotationprotected java.util.List<java.lang.String>separationsprotected XYPairsize
-
Constructor Summary
Constructors Constructor Description RegisterMark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)XYPairgetCenter()Gets the value of the center property.java.util.List<MarkElement>getMarkElement()Gets the value of the markElement property.java.lang.StringgetMarkName()Gets the value of the markName property.java.util.List<java.lang.String>getMarkType()Gets the value of the markType property.java.util.List<RegisterMark.MarkUsage>getMarkUsage()Gets the value of the markUsage property.java.lang.FloatgetRotation()Gets the value of the rotation property.java.util.List<java.lang.String>getSeparations()Gets the value of the separations property.XYPairgetSize()Gets the value of the size property.inthashCode()voidsetCenter(XYPair value)Sets the value of the center property.voidsetMarkName(java.lang.String value)Sets the value of the markName property.voidsetRotation(java.lang.Float value)Sets the value of the rotation property.voidsetSize(XYPair value)Sets the value of the size property.RegisterMarkwithCenter(XYPair value)RegisterMarkwithMarkElement(java.util.Collection<MarkElement> values)RegisterMarkwithMarkElement(MarkElement... values)RegisterMarkwithMarkName(java.lang.String value)RegisterMarkwithMarkType(java.lang.String... values)RegisterMarkwithMarkType(java.util.Collection<java.lang.String> values)RegisterMarkwithMarkUsage(java.util.Collection<RegisterMark.MarkUsage> values)RegisterMarkwithMarkUsage(RegisterMark.MarkUsage... values)RegisterMarkwithRotation(java.lang.Float value)RegisterMarkwithSeparations(java.lang.String... values)RegisterMarkwithSeparations(java.util.Collection<java.lang.String> values)RegisterMarkwithSize(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
markElement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<MarkElement> markElement
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected XYPair center
-
markName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String markName
-
markType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.String> markType
-
markUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<RegisterMark.MarkUsage> markUsage
-
rotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float rotation
-
separations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.String> separations
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected XYPair size
-
-
Method Detail
-
getMarkElement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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- Returns:
- The value of the markElement property.
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setMarkName(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the markType property.
-
getMarkUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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- Returns:
- The value of the markUsage property.
-
getRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setRotation(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the separations property.
-
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public void setSize(XYPair value)Sets the value of the size property.- Parameters:
value- allowed object isString
-
withMarkElement
public RegisterMark withMarkElement(MarkElement... values)
-
withMarkElement
public RegisterMark withMarkElement(java.util.Collection<MarkElement> values)
-
withCenter
public RegisterMark withCenter(XYPair value)
-
withMarkName
public RegisterMark withMarkName(java.lang.String value)
-
withMarkType
public RegisterMark withMarkType(java.lang.String... values)
-
withMarkType
public RegisterMark withMarkType(java.util.Collection<java.lang.String> values)
-
withMarkUsage
public RegisterMark withMarkUsage(RegisterMark.MarkUsage... values)
-
withMarkUsage
public RegisterMark withMarkUsage(java.util.Collection<RegisterMark.MarkUsage> values)
-
withRotation
public RegisterMark withRotation(java.lang.Float value)
-
withSeparations
public RegisterMark withSeparations(java.lang.String... values)
-
withSeparations
public RegisterMark withSeparations(java.util.Collection<java.lang.String> values)
-
withSize
public RegisterMark withSize(XYPair value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-