public class StockLevelResponse extends BusinessObject
BusinessObject.EnumResult, BusinessObject.EnumUpdateMethod
ATTR_BUSINESSID, ATTR_BUSINESSREFID, ATTR_CURRENCY, ATTR_EXPIRES
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
StockLevelResponse(org.cip4.jdflib.core.KElement theElement) |
Modifier and Type | Method and Description |
---|---|
StockLevel |
appendStockLevel()
create stocklevel element
|
MasterContract |
getCreateMasterContract(String contractID)
get or create MasterContract element
|
Pricing |
getCreatePricing()
create pricing element
|
String |
getCurrency()
get currency value
|
MasterContract |
getMasterContract()
get the existing MasterContract element
|
Pricing |
getPricing()
get pricing element
|
StockLevel |
getStockLevel(int nSkip)
get or create stocklevel element
|
Vector<StockLevel> |
getStockLevels()
get vector of stocklevel elements
|
Vector<StockLevel> |
getStockLevels(StockLevelRequest req)
get vector of stocklevel elements
|
Vector<StockLevel> |
getStockLevels(String productID)
get vector of stocklevel elements
|
void |
setCurrency(String currency)
set currency value
|
getBusinessID, getBusinessRefID, getCreateJDFRoot, getCustomerProjectID, getDescriptiveName, getRequest, init, setBusinessID, setBusinessRefID, setCustomerProjectID, setDescriptiveName, setRef
appendElement, appendXJDFElement, cleanUp, equals, getAttribute, getAttribute, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXJDFElement, getCreateXPathElement, getElement, getElement, getElements, getLocalName, getNodeName, getPrintTalk, getRealAttribute, getRoot, getTElem, getXJDFElement, getXPathAttribute, getXPathElement, hashCode, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setRoot, setTElem, setVAttribute, setXPathAttribute, setXPathValue, toString, toXML
public StockLevelResponse(org.cip4.jdflib.core.KElement theElement)
theElement
- public MasterContract getCreateMasterContract(String contractID)
contractID
- the new contractIDpublic MasterContract getMasterContract()
public StockLevel getStockLevel(int nSkip)
nSkip
- public StockLevel appendStockLevel()
public Vector<StockLevel> getStockLevels()
public Vector<StockLevel> getStockLevels(String productID)
productID
- regexp that StockLevel/@ProductID should matchpublic Vector<StockLevel> getStockLevels(StockLevelRequest req)
req
- stockLevelRequest that StockLevel/@ProductID should matchpublic String getCurrency()
public void setCurrency(String currency)
currency
- public Pricing getCreatePricing()
public Pricing getPricing()
Copyright © 2019. All rights reserved.