Package org.cip4.lib.xjdf.schema
Class LayoutElementProductionParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.LayoutElementProductionParams
- 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 LayoutElementProductionParams
extends SpecificResource
implements Serializable
Java class for LayoutElementProductionParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutElementProductionParams">
<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="ContentRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
<attribute name="ShapeDefRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<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 contents property.Gets the value of the fileSpec property.Gets the value of the shapeDef property.inthashCode()voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetShapeDef(Resource value) Sets the value of the shapeDef property.withContents(Collection<Resource> values) withContents(Resource... values) withFileSpec(FileSpec value) withShapeDef(Resource value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
Constructor Details
-
LayoutElementProductionParams
public LayoutElementProductionParams()
-
-
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
-
getContents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Resource> getContents()Gets the value of the contents property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the contents property.For example, to add a new item, do as follows:
getContents().add(newItem);
Objects of the following type(s) are allowed in the list
Object- Returns:
- The value of the contents property.
-
getShapeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Resource getShapeDef()Gets the value of the shapeDef property.- Returns:
- possible object is
Object
-
setShapeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setShapeDef(Resource value) Sets the value of the shapeDef property.- Parameters:
value- allowed object isObject
-
withFileSpec
-
withContents
-
withContents
-
withShapeDef
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-