Package org.cip4.lib.xjdf.schema
Class EmbossingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.EmbossingParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class EmbossingParams extends SpecificResource implements java.io.SerializableJava class for EmbossingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmbossingParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Emboss" maxOccurs="unbounded"/> </sequence> <attribute name="ModuleID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmbossingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Emboss>getEmboss()Gets the value of the emboss property.java.lang.StringgetModuleID()Gets the value of the moduleID property.inthashCode()voidsetModuleID(java.lang.String value)Sets the value of the moduleID property.EmbossingParamswithEmboss(java.util.Collection<Emboss> values)EmbossingParamswithEmboss(Emboss... values)EmbossingParamswithModuleID(java.lang.String value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
emboss
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<Emboss> emboss
-
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String moduleID
-
-
Method Detail
-
getEmboss
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<Emboss> getEmboss()Gets the value of the emboss 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 emboss property.For example, to add a new item, do as follows:
getEmboss().add(newItem);Objects of the following type(s) are allowed in the list
Emboss- Returns:
- The value of the emboss property.
-
getModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getModuleID()Gets the value of the moduleID property.- Returns:
- possible object is
String
-
setModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setModuleID(java.lang.String value)Sets the value of the moduleID property.- Parameters:
value- allowed object isString
-
withEmboss
public EmbossingParams withEmboss(Emboss... values)
-
withEmboss
public EmbossingParams withEmboss(java.util.Collection<Emboss> values)
-
withModuleID
public EmbossingParams withModuleID(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-