Package org.cip4.lib.xjdf.schema
Class CutMark
java.lang.Object
org.cip4.lib.xjdf.schema.CutMark
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class CutMark
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">
<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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the markType property.Gets a map that contains attributes that aren't bound to any typed property on this class.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.withMarkType(CutMark.MarkType value) withPosition(XYPair value)
-
Field Details
-
markType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected CutMark.MarkType markType -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair position
-
-
Constructor Details
-
CutMark
public CutMark()
-
-
Method Details
-
getMarkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public Map<QName,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
-
withPosition
-
equals
-
hashCode
public int hashCode()
-