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:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class LabelingParams
extends SpecificResource
implements Serializable
Java 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the application property.getFace()Gets the value of the face property.Gets the value of the fileSpec property.Gets the value of the offset property.inthashCode()voidsetApplication(String value) Sets the value of the application property.voidSets the value of the face property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidSets the value of the offset property.withApplication(String value) withFileSpec(FileSpec value) withOffset(XYPair value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FileSpec fileSpec -
application
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String application -
face
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Face face -
offset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair offset
-
-
Constructor Details
-
LabelingParams
public LabelingParams()
-
-
Method Details
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setApplication(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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setOffset(XYPair value) Sets the value of the offset property.- Parameters:
value- allowed object isString
-
withFileSpec
-
withApplication
-
withFace
-
withOffset
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-