Package org.cip4.lib.xprinttalk.schema
Class Quotation
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.Quotation
-
- 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 Quotation extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for Quotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quotation"> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element name="MasterContract" type="{http://www.printtalk.org/schema_20}MasterContract" minOccurs="0"/> <element name="Quote" type="{http://www.printtalk.org/schema_20}Quote" maxOccurs="unbounded"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" minOccurs="0"/> </sequence> <attribute name="Estimate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="Expires" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.cip4.lib.xjdf.schema.Commentcommentprotected booleanestimateprotected org.cip4.lib.xjdf.type.DateTimeexpiresprotected MasterContractmasterContractprotected java.util.List<Quote>quote
-
Constructor Summary
Constructors Constructor Description Quotation()
-
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)org.cip4.lib.xjdf.schema.CommentgetComment()Gets the value of the comment property.org.cip4.lib.xjdf.type.DateTimegetExpires()Gets the value of the expires property.MasterContractgetMasterContract()Gets the value of the masterContract property.java.util.List<Quote>getQuote()Gets the value of the quote property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)booleanisEstimate()Gets the value of the estimate property.voidsetComment(org.cip4.lib.xjdf.schema.Comment value)Sets the value of the comment property.voidsetEstimate(boolean value)Sets the value of the estimate property.voidsetExpires(org.cip4.lib.xjdf.type.DateTime value)Sets the value of the expires property.voidsetMasterContract(MasterContract value)Sets the value of the masterContract property.QuotationwithComment(org.cip4.lib.xjdf.schema.Comment value)QuotationwithEstimate(boolean value)QuotationwithExpires(org.cip4.lib.xjdf.type.DateTime value)QuotationwithMasterContract(MasterContract value)QuotationwithQuote(java.util.Collection<Quote> values)QuotationwithQuote(Quote... values)-
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
-
quote
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.util.List<Quote> quote
-
comment
@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.Comment comment
-
estimate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected boolean estimate
-
expires
@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.type.DateTime expires
-
-
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
-
getQuote
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.util.List<Quote> getQuote()Gets the value of the quote 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 quote property.For example, to add a new item, do as follows:
getQuote().add(newItem);Objects of the following type(s) are allowed in the list
Quote
-
getComment
@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.Comment getComment()Gets the value of the comment property.- Returns:
- possible object is
Comment
-
setComment
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setComment(org.cip4.lib.xjdf.schema.Comment value)Sets the value of the comment property.- Parameters:
value- allowed object isComment
-
isEstimate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public boolean isEstimate()Gets the value of the estimate property.
-
setEstimate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setEstimate(boolean value)Sets the value of the estimate property.
-
getExpires
@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.type.DateTime getExpires()Gets the value of the expires property.- Returns:
- possible object is
String
-
setExpires
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setExpires(org.cip4.lib.xjdf.type.DateTime value)Sets the value of the expires property.- Parameters:
value- allowed object isString
-
withMasterContract
public Quotation withMasterContract(MasterContract value)
-
withComment
public Quotation withComment(org.cip4.lib.xjdf.schema.Comment value)
-
withEstimate
public Quotation withEstimate(boolean value)
-
withExpires
public Quotation withExpires(org.cip4.lib.xjdf.type.DateTime 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
-
-