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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class LayoutElementProductionParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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:
- 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
-
-
-
-
Method Detail
-
getFileSpec
public FileSpec getFileSpec()
Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
public void setFileSpec(FileSpec value)
Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getContents
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 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
-
getShapeDef
public Resource getShapeDef()
Gets the value of the shapeDef property.- Returns:
- possible object is
Object
-
setShapeDef
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-