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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class LayoutElementProductionParams extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayoutElementProductionParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Resource>getContents()Gets the value of the contents property.FileSpecgetFileSpec()Gets the value of the fileSpec property.ResourcegetShapeDef()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.LayoutElementProductionParamswithContents(java.util.Collection<Resource> values)LayoutElementProductionParamswithContents(Resource... values)LayoutElementProductionParamswithFileSpec(FileSpec value)LayoutElementProductionParamswithShapeDef(Resource 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.2", date="2023-07-17T18:40:39Z") protected FileSpec fileSpec
-
contents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<Resource> contents
-
shapeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Resource shapeDef
-
-
Method Detail
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public java.util.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 Jakarta XML Binding 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setShapeDef(Resource value)Sets the value of the shapeDef property.- Parameters:
value- allowed object isObject
-
withFileSpec
public LayoutElementProductionParams withFileSpec(FileSpec value)
-
withContents
public LayoutElementProductionParams withContents(Resource... values)
-
withContents
public LayoutElementProductionParams withContents(java.util.Collection<Resource> values)
-
withShapeDef
public LayoutElementProductionParams withShapeDef(Resource value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-