Class Ink
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.Ink
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class Ink extends SpecificResource implements java.io.SerializableJava class for Ink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ink"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Certification" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}IdentificationField" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="InkType" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="SpecificYield" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Certification>certificationprotected java.util.List<IdentificationField>identificationFieldprotected java.util.List<java.lang.String>inkTypeprotected java.lang.FloatspecificYield
-
Constructor Summary
Constructors Constructor Description Ink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Certification>getCertification()Gets the value of the certification property.java.util.List<IdentificationField>getIdentificationField()Gets the value of the identificationField property.java.util.List<java.lang.String>getInkType()Gets the value of the inkType property.java.lang.FloatgetSpecificYield()Gets the value of the specificYield property.inthashCode()voidsetSpecificYield(java.lang.Float value)Sets the value of the specificYield property.InkwithCertification(java.util.Collection<Certification> values)InkwithCertification(Certification... values)InkwithIdentificationField(java.util.Collection<IdentificationField> values)InkwithIdentificationField(IdentificationField... values)InkwithInkType(java.lang.String... values)InkwithInkType(java.util.Collection<java.lang.String> values)InkwithSpecificYield(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
certification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Certification> certification
-
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<IdentificationField> identificationField
-
inkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<java.lang.String> inkType
-
specificYield
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float specificYield
-
-
Method Detail
-
getCertification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<Certification> getCertification()Gets the value of the certification 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 certification property.For example, to add a new item, do as follows:
getCertification().add(newItem);Objects of the following type(s) are allowed in the list
Certification- Returns:
- The value of the certification property.
-
getIdentificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<IdentificationField> getIdentificationField()Gets the value of the identificationField 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 identificationField property.For example, to add a new item, do as follows:
getIdentificationField().add(newItem);Objects of the following type(s) are allowed in the list
IdentificationField- Returns:
- The value of the identificationField property.
-
getInkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<java.lang.String> getInkType()Gets the value of the inkType 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 inkType property.For example, to add a new item, do as follows:
getInkType().add(newItem);Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the inkType property.
-
getSpecificYield
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getSpecificYield()Gets the value of the specificYield property.- Returns:
- possible object is
Float
-
setSpecificYield
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSpecificYield(java.lang.Float value)Sets the value of the specificYield property.- Parameters:
value- allowed object isFloat
-
withCertification
public Ink withCertification(Certification... values)
-
withCertification
public Ink withCertification(java.util.Collection<Certification> values)
-
withIdentificationField
public Ink withIdentificationField(IdentificationField... values)
-
withIdentificationField
public Ink withIdentificationField(java.util.Collection<IdentificationField> values)
-
withInkType
public Ink withInkType(java.lang.String... values)
-
withInkType
public Ink withInkType(java.util.Collection<java.lang.String> values)
-
withSpecificYield
public Ink withSpecificYield(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-