Package org.cip4.lib.xjdf.schema
Class MarkElement
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.MarkElement
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class MarkElement 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="Center" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <attribute name="MarkType" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Rotation" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="Separation" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkElement()
-
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.lang.StringgetMarkType()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.java.lang.FloatgetRotation()Gets the value of the rotation property.java.lang.StringgetSeparation()Gets the value of the separation property.XYPairgetSize()Gets the value of the size property.inthashCode()voidsetCenter(XYPair value)Sets the value of the center property.voidsetMarkType(java.lang.String value)Sets the value of the markType property.voidsetRotation(java.lang.Float value)Sets the value of the rotation property.voidsetSeparation(java.lang.String value)Sets the value of the separation property.voidsetSize(XYPair value)Sets the value of the size property.MarkElementwithCenter(XYPair value)MarkElementwithMarkType(java.lang.String value)MarkElementwithRotation(java.lang.Float value)MarkElementwithSeparation(java.lang.String value)MarkElementwithSize(XYPair value)
-
-
-
Field Detail
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair center
-
markType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String markType
-
rotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float rotation
-
separation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String separation
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair size
-
-
Method Detail
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11: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="2022-12-21T00:11:33Z") public void setCenter(XYPair value)Sets the value of the center property.- Parameters:
value- allowed object isString
-
getMarkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.String getMarkType()Gets the value of the markType property.- Returns:
- possible object is
String
-
setMarkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setMarkType(java.lang.String value)Sets the value of the markType property.- Parameters:
value- allowed object isString
-
getRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11: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="2022-12-21T00:11:33Z") public void setRotation(java.lang.Float value)Sets the value of the rotation property.- Parameters:
value- allowed object isFloat
-
getSeparation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.String getSeparation()Gets the value of the separation property.- Returns:
- possible object is
String
-
setSeparation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSeparation(java.lang.String value)Sets the value of the separation property.- Parameters:
value- allowed object isString
-
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11: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="2022-12-21T00:11:33Z") public void setSize(XYPair value)Sets the value of the size property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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
-
withCenter
public MarkElement withCenter(XYPair value)
-
withMarkType
public MarkElement withMarkType(java.lang.String value)
-
withRotation
public MarkElement withRotation(java.lang.Float value)
-
withSeparation
public MarkElement withSeparation(java.lang.String value)
-
withSize
public MarkElement withSize(XYPair value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-