Package org.cip4.lib.xjdf.schema
Class LabelingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.LabelingParams
-
- 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 LabelingParams extends SpecificResource implements java.io.SerializableJava class for LabelingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelingParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/> </sequence> <attribute name="Application" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Face" type="{http://www.CIP4.org/JDFSchema_2_0}Face" /> <attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LabelingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetApplication()Gets the value of the application property.FacegetFace()Gets the value of the face property.FileSpecgetFileSpec()Gets the value of the fileSpec property.XYPairgetOffset()Gets the value of the offset property.inthashCode()voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetFace(Face value)Sets the value of the face property.voidsetFileSpec(FileSpec value)Sets the value of the fileSpec property.voidsetOffset(XYPair value)Sets the value of the offset property.LabelingParamswithApplication(java.lang.String value)LabelingParamswithFace(Face value)LabelingParamswithFileSpec(FileSpec value)LabelingParamswithOffset(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected FileSpec fileSpec
-
application
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String application
-
face
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Face face
-
offset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected XYPair offset
-
-
Method Detail
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public FileSpec getFileSpec()Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setFileSpec(FileSpec value)Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getApplication
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.String getApplication()Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setApplication(java.lang.String value)Sets the value of the application property.- Parameters:
value- allowed object isString
-
getFace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public Face getFace()Gets the value of the face property.- Returns:
- possible object is
Face
-
setFace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setFace(Face value)Sets the value of the face property.- Parameters:
value- allowed object isFace
-
getOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public XYPair getOffset()Gets the value of the offset property.- Returns:
- possible object is
String
-
setOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setOffset(XYPair value)Sets the value of the offset property.- Parameters:
value- allowed object isString
-
withFileSpec
public LabelingParams withFileSpec(FileSpec value)
-
withApplication
public LabelingParams withApplication(java.lang.String value)
-
withFace
public LabelingParams withFace(Face value)
-
withOffset
public LabelingParams withOffset(XYPair value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-