Class Ink
- All Implemented Interfaces:
Serializable
Java 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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Certification> protected List<IdentificationField> protected Float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the certification property.Gets the value of the identificationField property.Gets the value of the inkType property.Gets the value of the specificYield property.inthashCode()voidsetSpecificYield(Float value) Sets the value of the specificYield property.withCertification(Collection<Certification> values) withCertification(Certification... values) withIdentificationField(IdentificationField... values) withInkType(String... values) withInkType(Collection<String> values) withSpecificYield(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
certification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<Certification> certification -
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<IdentificationField> identificationField -
inkType
-
specificYield
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float specificYield
-
-
Constructor Details
-
Ink
public Ink()
-
-
Method Details
-
getCertification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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 JAXB 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.4", date="2025-09-19T22:22:03Z") public 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 JAXB 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.4", date="2025-09-19T22:22:03Z") public List<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 JAXB 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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setSpecificYield(Float value) Sets the value of the specificYield property.- Parameters:
value- allowed object isFloat
-
withCertification
-
withCertification
-
withIdentificationField
-
withIdentificationField
-
withInkType
-
withInkType
-
withSpecificYield
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-