public class Quote extends AbstractPrintTalk
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_DEVIATIONS |
static String |
ATTR_ESTIMATE |
static String |
ATTR_QUOTEID |
static String |
ATTR_REPLACEID
Deprecated.
|
static String |
ATTR_RETURNJDF |
static String |
ELEMENT_QUOTE |
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
Quote(org.cip4.jdflib.core.KElement theElement) |
Modifier and Type | Method and Description |
---|---|
void |
appendXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
append an XJDF - retain any previous occurences
|
Pricing |
getCreatePricing()
create pricing element
|
String |
getCurrency()
get currency value
|
org.cip4.jdflib.core.VString |
getDeviations() |
boolean |
getEstimate()
get estimate value
|
Pricing |
getPricing()
get pricing element
|
String |
getQuoteID()
get quote id value
|
String |
getReplaceID()
Deprecated.
|
boolean |
getReturnJDF()
get return jdf value
|
org.cip4.jdflib.extensions.XJDFHelper |
getXJDF(int i)
get an XJDF - delete any previous occurences
|
Vector<org.cip4.jdflib.extensions.XJDFHelper> |
getXJDFs()
get list of XJDFs
|
void |
setCurrency(String currency)
set currency value
|
void |
setDeviations(org.cip4.jdflib.core.VString deviations) |
void |
setEstimate(boolean b)
set estimate value
|
void |
setQuoteID(String s)
set quote id value
|
void |
setReplaceID(String s)
Deprecated.
|
void |
setReturnJDF(boolean b)
set return jdf value
|
void |
setXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
set an XJDF - delete any previous occurences
|
appendElement, appendXJDFElement, cleanUp, equals, getAttribute, getAttribute, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXJDFElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getLocalName, getNodeName, getPrintTalk, getRealAttribute, getRoot, getTElem, getXJDFElement, getXPathAttribute, getXPathElement, hashCode, init, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setDescriptiveName, setRoot, setTElem, setVAttribute, setXPathAttribute, setXPathValue, toString, toXML
public static final String ELEMENT_QUOTE
public static final String ATTR_ESTIMATE
public static final String ATTR_QUOTEID
@Deprecated public static final String ATTR_REPLACEID
public static final String ATTR_DEVIATIONS
public static final String ATTR_RETURNJDF
public Quote(org.cip4.jdflib.core.KElement theElement)
theElement
- public String getCurrency()
public void setCurrency(String currency)
currency
- public boolean getEstimate()
public void setEstimate(boolean b)
b
- public String getQuoteID()
public void setQuoteID(String s)
s
- @Deprecated public String getReplaceID()
@Deprecated public void setReplaceID(String s)
s
- public boolean getReturnJDF()
public void setReturnJDF(boolean b)
b
- public Pricing getCreatePricing()
public Pricing getPricing()
public void setXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
AbstractPrintTalk
xjdf
- the xjdf to setAbstractPrintTalk.setXJDF(org.cip4.jdflib.extensions.XJDFHelper)
public org.cip4.jdflib.extensions.XJDFHelper getXJDF(int i)
AbstractPrintTalk
i
- the indexAbstractPrintTalk.getXJDF(int)
public Vector<org.cip4.jdflib.extensions.XJDFHelper> getXJDFs()
AbstractPrintTalk
AbstractPrintTalk.getXJDFs()
public void appendXJDF(org.cip4.jdflib.extensions.XJDFHelper xjdf)
AbstractPrintTalk
xjdf
- the xjdf to setAbstractPrintTalk.appendXJDF(org.cip4.jdflib.extensions.XJDFHelper)
public void setDeviations(org.cip4.jdflib.core.VString deviations)
deviations
- public org.cip4.jdflib.core.VString getDeviations()
Copyright © 2019. All rights reserved.