Package org.cip4.lib.xprinttalk.schema
Class StockLevelRequest
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.StockLevelRequest
-
- 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 StockLevelRequest extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for StockLevelRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StockLevelRequest"> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element name="MasterContract" type="{http://www.printtalk.org/schema_20}MasterContract" minOccurs="0"/> </sequence> <attribute name="Availability" type="{http://www.printtalk.org/schema_20}Availability" /> <attribute name="Currency" type="{http://www.printtalk.org/schema_20}Currency" /> <attribute name="DisplayPrice" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Availabilityavailabilityprotected java.lang.Stringcurrencyprotected java.lang.BooleandisplayPriceprotected java.lang.StringexternalIDprotected MasterContractmasterContract
-
Constructor Summary
Constructors Constructor Description StockLevelRequest()
-
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)AvailabilitygetAvailability()Gets the value of the availability property.java.lang.StringgetCurrency()Gets the value of the currency property.java.lang.StringgetExternalID()Gets the value of the externalID property.MasterContractgetMasterContract()Gets the value of the masterContract property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisDisplayPrice()Gets the value of the displayPrice property.voidsetAvailability(Availability value)Sets the value of the availability property.voidsetCurrency(java.lang.String value)Sets the value of the currency property.voidsetDisplayPrice(java.lang.Boolean value)Sets the value of the displayPrice property.voidsetExternalID(java.lang.String value)Sets the value of the externalID property.voidsetMasterContract(MasterContract value)Sets the value of the masterContract property.StockLevelRequestwithAvailability(Availability value)StockLevelRequestwithCurrency(java.lang.String value)StockLevelRequestwithDisplayPrice(java.lang.Boolean value)StockLevelRequestwithExternalID(java.lang.String value)StockLevelRequestwithMasterContract(MasterContract value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
masterContract
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected MasterContract masterContract
-
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
-
currency
@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 currency
-
displayPrice
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.Boolean displayPrice
-
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
-
-
Method Detail
-
getMasterContract
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public MasterContract getMasterContract()Gets the value of the masterContract property.- Returns:
- possible object is
MasterContract
-
setMasterContract
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setMasterContract(MasterContract value)Sets the value of the masterContract property.- Parameters:
value- allowed object isMasterContract
-
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
-
getCurrency
@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 getCurrency()Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setCurrency(java.lang.String value)Sets the value of the currency property.- Parameters:
value- allowed object isString
-
isDisplayPrice
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.Boolean isDisplayPrice()Gets the value of the displayPrice property.- Returns:
- possible object is
Boolean
-
setDisplayPrice
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setDisplayPrice(java.lang.Boolean value)Sets the value of the displayPrice property.- Parameters:
value- allowed object isBoolean
-
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
-
withMasterContract
public StockLevelRequest withMasterContract(MasterContract value)
-
withAvailability
public StockLevelRequest withAvailability(Availability value)
-
withCurrency
public StockLevelRequest withCurrency(java.lang.String value)
-
withDisplayPrice
public StockLevelRequest withDisplayPrice(java.lang.Boolean value)
-
withExternalID
public StockLevelRequest withExternalID(java.lang.String 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
-
-