Class MiscConsumable
- All Implemented Interfaces:
Serializable
Java class for MiscConsumable complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MiscConsumable">
<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="Color" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="ColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="TypeDetails" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Certification> protected Stringprotected Stringprotected List<IdentificationField> protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the certification property.getColor()Gets the value of the color property.Gets the value of the colorDetails property.Gets the value of the identificationField property.getType()Gets the value of the type property.Gets the value of the typeDetails property.inthashCode()voidSets the value of the color property.voidsetColorDetails(String value) Sets the value of the colorDetails property.voidSets the value of the type property.voidsetTypeDetails(String value) Sets the value of the typeDetails property.withCertification(Collection<Certification> values) withCertification(Certification... values) withColorDetails(String value) withIdentificationField(IdentificationField... values) withTypeDetails(String 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 -
color
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String color -
colorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String colorDetails -
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String type -
typeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String typeDetails
-
-
Constructor Details
-
MiscConsumable
public MiscConsumable()
-
-
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.
-
getColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getColor()Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setColor(String value) Sets the value of the color property.- Parameters:
value- allowed object isString
-
getColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getColorDetails()Gets the value of the colorDetails property.- Returns:
- possible object is
String
-
setColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setColorDetails(String value) Sets the value of the colorDetails property.- Parameters:
value- allowed object isString
-
getType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setType(String value) Sets the value of the type property.- Parameters:
value- allowed object isString
-
getTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getTypeDetails()Gets the value of the typeDetails property.- Returns:
- possible object is
String
-
setTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTypeDetails(String value) Sets the value of the typeDetails property.- Parameters:
value- allowed object isString
-
withCertification
-
withCertification
-
withIdentificationField
-
withIdentificationField
-
withColor
-
withColorDetails
-
withType
-
withTypeDetails
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-