Package org.cxml
Class ControlKeys
java.lang.Object
org.cxml.ControlKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ASNInstructionprotected InvoiceInstructionprotected OCInstructionprotected SESInstruction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the asnInstruction property.Gets the value of the invoiceInstruction property.Gets the value of the ocInstruction property.Gets the value of the sesInstruction property.voidsetASNInstruction(ASNInstruction value) Sets the value of the asnInstruction property.voidSets the value of the invoiceInstruction property.voidsetOCInstruction(OCInstruction value) Sets the value of the ocInstruction property.voidsetSESInstruction(SESInstruction value) Sets the value of the sesInstruction property.
-
Field Details
-
ocInstruction
-
asnInstruction
-
invoiceInstruction
-
sesInstruction
-
-
Constructor Details
-
ControlKeys
public ControlKeys()
-
-
Method Details
-
getOCInstruction
Gets the value of the ocInstruction property.- Returns:
- possible object is
OCInstruction
-
setOCInstruction
Sets the value of the ocInstruction property.- Parameters:
value- allowed object isOCInstruction
-
getASNInstruction
Gets the value of the asnInstruction property.- Returns:
- possible object is
ASNInstruction
-
setASNInstruction
Sets the value of the asnInstruction property.- Parameters:
value- allowed object isASNInstruction
-
getInvoiceInstruction
Gets the value of the invoiceInstruction property.- Returns:
- possible object is
InvoiceInstruction
-
setInvoiceInstruction
Sets the value of the invoiceInstruction property.- Parameters:
value- allowed object isInvoiceInstruction
-
getSESInstruction
Gets the value of the sesInstruction property.- Returns:
- possible object is
SESInstruction
-
setSESInstruction
Sets the value of the sesInstruction property.- Parameters:
value- allowed object isSESInstruction
-