Package org.cip4.lib.xprinttalk.schema
Class StockLevel
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.StockLevel
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public class StockLevel extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for StockLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StockLevel"> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element name="Pricing" type="{http://www.printtalk.org/schema_20}Pricing" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF"/> </sequence> <attribute name="Amount" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="Availability" use="required" type="{http://www.printtalk.org/schema_20}Availability" /> <attribute name="DescriptiveName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ExternalID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="LotID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="ProductionDuration" type="{http://www.w3.org/2001/XMLSchema}duration" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegeramountprotected Availabilityavailabilityprotected org.cip4.lib.xjdf.schema.Contactcontactprotected java.lang.StringdescriptiveNameprotected java.lang.StringexternalIDprotected java.lang.StringlotIDprotected Pricingpricingprotected javax.xml.datatype.DurationproductionDurationprotected org.cip4.lib.xjdf.schema.XJDFxjdf
-
Constructor Summary
Constructors Constructor Description StockLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.math.BigIntegergetAmount()Gets the value of the amount property.AvailabilitygetAvailability()Gets the value of the availability property.org.cip4.lib.xjdf.schema.ContactgetContact()Gets the value of the contact property.java.lang.StringgetDescriptiveName()Gets the value of the descriptiveName property.java.lang.StringgetExternalID()Gets the value of the externalID property.java.lang.StringgetLotID()Gets the value of the lotID property.PricinggetPricing()Gets the value of the pricing property.javax.xml.datatype.DurationgetProductionDuration()Gets the value of the productionDuration property.org.cip4.lib.xjdf.schema.XJDFgetXJDF()Gets the value of the xjdf property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAmount(java.math.BigInteger value)Sets the value of the amount property.voidsetAvailability(Availability value)Sets the value of the availability property.voidsetContact(org.cip4.lib.xjdf.schema.Contact value)Sets the value of the contact property.voidsetDescriptiveName(java.lang.String value)Sets the value of the descriptiveName property.voidsetExternalID(java.lang.String value)Sets the value of the externalID property.voidsetLotID(java.lang.String value)Sets the value of the lotID property.voidsetPricing(Pricing value)Sets the value of the pricing property.voidsetProductionDuration(javax.xml.datatype.Duration value)Sets the value of the productionDuration property.voidsetXJDF(org.cip4.lib.xjdf.schema.XJDF value)Sets the value of the xjdf property.StockLevelwithAmount(java.math.BigInteger value)StockLevelwithAvailability(Availability value)StockLevelwithContact(org.cip4.lib.xjdf.schema.Contact value)StockLevelwithDescriptiveName(java.lang.String value)StockLevelwithExternalID(java.lang.String value)StockLevelwithLotID(java.lang.String value)StockLevelwithPricing(Pricing value)StockLevelwithProductionDuration(javax.xml.datatype.Duration value)StockLevelwithXJDF(org.cip4.lib.xjdf.schema.XJDF value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
pricing
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected Pricing pricing
-
contact
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected org.cip4.lib.xjdf.schema.Contact contact
-
xjdf
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected org.cip4.lib.xjdf.schema.XJDF xjdf
-
amount
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.math.BigInteger amount
-
availability
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected Availability availability
-
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String descriptiveName
-
externalID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String externalID
-
lotID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String lotID
-
productionDuration
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected javax.xml.datatype.Duration productionDuration
-
-
Method Detail
-
getPricing
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public Pricing getPricing()Gets the value of the pricing property.- Returns:
- possible object is
Pricing
-
setPricing
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setPricing(Pricing value)Sets the value of the pricing property.- Parameters:
value- allowed object isPricing
-
getContact
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public org.cip4.lib.xjdf.schema.Contact getContact()Gets the value of the contact property.- Returns:
- possible object is
Contact
-
setContact
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setContact(org.cip4.lib.xjdf.schema.Contact value)Sets the value of the contact property.- Parameters:
value- allowed object isContact
-
getXJDF
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public org.cip4.lib.xjdf.schema.XJDF getXJDF()Gets the value of the xjdf property.- Returns:
- possible object is
XJDF
-
setXJDF
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)Sets the value of the xjdf property.- Parameters:
value- allowed object isXJDF
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.math.BigInteger getAmount()Gets the value of the amount property.- Returns:
- possible object is
BigInteger
-
setAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setAmount(java.math.BigInteger value)Sets the value of the amount property.- Parameters:
value- allowed object isBigInteger
-
getAvailability
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public Availability getAvailability()Gets the value of the availability property.- Returns:
- possible object is
Availability
-
setAvailability
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setAvailability(Availability value)Sets the value of the availability property.- Parameters:
value- allowed object isAvailability
-
getDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getDescriptiveName()Gets the value of the descriptiveName property.- Returns:
- possible object is
String
-
setDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setDescriptiveName(java.lang.String value)Sets the value of the descriptiveName property.- Parameters:
value- allowed object isString
-
getExternalID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getExternalID()Gets the value of the externalID property.- Returns:
- possible object is
String
-
setExternalID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setExternalID(java.lang.String value)Sets the value of the externalID property.- Parameters:
value- allowed object isString
-
getLotID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getLotID()Gets the value of the lotID property.- Returns:
- possible object is
String
-
setLotID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setLotID(java.lang.String value)Sets the value of the lotID property.- Parameters:
value- allowed object isString
-
getProductionDuration
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public javax.xml.datatype.Duration getProductionDuration()Gets the value of the productionDuration property.- Returns:
- possible object is
Duration
-
setProductionDuration
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setProductionDuration(javax.xml.datatype.Duration value)Sets the value of the productionDuration property.- Parameters:
value- allowed object isDuration
-
withPricing
public StockLevel withPricing(Pricing value)
-
withContact
public StockLevel withContact(org.cip4.lib.xjdf.schema.Contact value)
-
withXJDF
public StockLevel withXJDF(org.cip4.lib.xjdf.schema.XJDF value)
-
withAmount
public StockLevel withAmount(java.math.BigInteger value)
-
withAvailability
public StockLevel withAvailability(Availability value)
-
withDescriptiveName
public StockLevel withDescriptiveName(java.lang.String value)
-
withExternalID
public StockLevel withExternalID(java.lang.String value)
-
withLotID
public StockLevel withLotID(java.lang.String value)
-
withProductionDuration
public StockLevel withProductionDuration(javax.xml.datatype.Duration value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBaseElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBaseElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBaseElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseElement
-
-