Class MiscConsumable
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.MiscConsumable
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class MiscConsumable extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Certification>certificationprotected java.lang.Stringcolorprotected java.lang.StringcolorDetailsprotected java.util.List<IdentificationField>identificationFieldprotected java.lang.Stringtypeprotected java.lang.StringtypeDetails
-
Constructor Summary
Constructors Constructor Description MiscConsumable()
-
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.lang.StringgetColor()Gets the value of the color property.java.lang.StringgetColorDetails()Gets the value of the colorDetails property.java.util.List<IdentificationField>getIdentificationField()Gets the value of the identificationField property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetTypeDetails()Gets the value of the typeDetails property.inthashCode()voidsetColor(java.lang.String value)Sets the value of the color property.voidsetColorDetails(java.lang.String value)Sets the value of the colorDetails property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetTypeDetails(java.lang.String value)Sets the value of the typeDetails property.MiscConsumablewithCertification(java.util.Collection<Certification> values)MiscConsumablewithCertification(Certification... values)MiscConsumablewithColor(java.lang.String value)MiscConsumablewithColorDetails(java.lang.String value)MiscConsumablewithIdentificationField(java.util.Collection<IdentificationField> values)MiscConsumablewithIdentificationField(IdentificationField... values)MiscConsumablewithType(java.lang.String value)MiscConsumablewithTypeDetails(java.lang.String 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.2", date="2023-07-17T18:40:39Z") protected java.util.List<Certification> certification
-
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<IdentificationField> identificationField
-
color
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String color
-
colorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String colorDetails
-
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String type
-
typeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String typeDetails
-
-
Method Detail
-
getCertification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.
-
getColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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.2", date="2023-07-17T18:40:39Z") public void setColor(java.lang.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.2", date="2023-07-17T18:40:39Z") public java.lang.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.2", date="2023-07-17T18:40:39Z") public void setColorDetails(java.lang.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.2", date="2023-07-17T18:40:39Z") public java.lang.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.2", date="2023-07-17T18:40:39Z") public void setType(java.lang.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.2", date="2023-07-17T18:40:39Z") public java.lang.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.2", date="2023-07-17T18:40:39Z") public void setTypeDetails(java.lang.String value)Sets the value of the typeDetails property.- Parameters:
value- allowed object isString
-
withCertification
public MiscConsumable withCertification(Certification... values)
-
withCertification
public MiscConsumable withCertification(java.util.Collection<Certification> values)
-
withIdentificationField
public MiscConsumable withIdentificationField(IdentificationField... values)
-
withIdentificationField
public MiscConsumable withIdentificationField(java.util.Collection<IdentificationField> values)
-
withColor
public MiscConsumable withColor(java.lang.String value)
-
withColorDetails
public MiscConsumable withColorDetails(java.lang.String value)
-
withType
public MiscConsumable withType(java.lang.String value)
-
withTypeDetails
public MiscConsumable withTypeDetails(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-