Package org.cxml
Class ControlKeys
- java.lang.Object
-
- org.cxml.ControlKeys
-
public class ControlKeys extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ASNInstructionasnInstructionprotected InvoiceInstructioninvoiceInstructionprotected OCInstructionocInstruction
-
Constructor Summary
Constructors Constructor Description ControlKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASNInstructiongetASNInstruction()Gets the value of the asnInstruction property.InvoiceInstructiongetInvoiceInstruction()Gets the value of the invoiceInstruction property.OCInstructiongetOCInstruction()Gets the value of the ocInstruction property.voidsetASNInstruction(ASNInstruction value)Sets the value of the asnInstruction property.voidsetInvoiceInstruction(InvoiceInstruction value)Sets the value of the invoiceInstruction property.voidsetOCInstruction(OCInstruction value)Sets the value of the ocInstruction property.
-
-
-
Field Detail
-
ocInstruction
protected OCInstruction ocInstruction
-
asnInstruction
protected ASNInstruction asnInstruction
-
invoiceInstruction
protected InvoiceInstruction invoiceInstruction
-
-
Method Detail
-
getOCInstruction
public OCInstruction getOCInstruction()
Gets the value of the ocInstruction property.- Returns:
- possible object is
OCInstruction
-
setOCInstruction
public void setOCInstruction(OCInstruction value)
Sets the value of the ocInstruction property.- Parameters:
value- allowed object isOCInstruction
-
getASNInstruction
public ASNInstruction getASNInstruction()
Gets the value of the asnInstruction property.- Returns:
- possible object is
ASNInstruction
-
setASNInstruction
public void setASNInstruction(ASNInstruction value)
Sets the value of the asnInstruction property.- Parameters:
value- allowed object isASNInstruction
-
getInvoiceInstruction
public InvoiceInstruction getInvoiceInstruction()
Gets the value of the invoiceInstruction property.- Returns:
- possible object is
InvoiceInstruction
-
setInvoiceInstruction
public void setInvoiceInstruction(InvoiceInstruction value)
Sets the value of the invoiceInstruction property.- Parameters:
value- allowed object isInvoiceInstruction
-
-