Package org.cip4.lib.xjdf.schema
Class CutMark
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.CutMark
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class CutMark extends java.lang.Object implements java.io.SerializableJava 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"> <attribute name="MarkType" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="CrossCutMark"/> <enumeration value="TopVerticalCutMark"/> <enumeration value="BottomVerticalCutMark"/> <enumeration value="LeftHorizontalCutMark"/> <enumeration value="RightHorizontalCutMark"/> <enumeration value="LowerLeftCutMark"/> <enumeration value="UpperLeftCutMark"/> <enumeration value="LowerRightCutMark"/> <enumeration value="UpperRightCutMark"/> </restriction> </simpleType> </attribute> <attribute name="Position" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCutMark.MarkTypeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected CutMark.MarkTypemarkTypeprotected XYPairposition
-
Constructor Summary
Constructors Constructor Description CutMark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)CutMark.MarkTypegetMarkType()Gets the value of the markType property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.XYPairgetPosition()Gets the value of the position property.inthashCode()voidsetMarkType(CutMark.MarkType value)Sets the value of the markType property.voidsetPosition(XYPair value)Sets the value of the position property.CutMarkwithMarkType(CutMark.MarkType value)CutMarkwithPosition(XYPair value)
-
-
-
Field Detail
-
markType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected CutMark.MarkType markType
-
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected XYPair position
-
-
Method Detail
-
getMarkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public CutMark.MarkType getMarkType()Gets the value of the markType property.- Returns:
- possible object is
CutMark.MarkType
-
setMarkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setMarkType(CutMark.MarkType value)Sets the value of the markType property.- Parameters:
value- allowed object isCutMark.MarkType
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public XYPair getPosition()Gets the value of the position property.- Returns:
- possible object is
String
-
setPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setPosition(XYPair value)Sets the value of the position property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withMarkType
public CutMark withMarkType(CutMark.MarkType value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-