Uses of Class
org.cxml.Upper

Packages that use Upper
Package
Description
 
  • Uses of Upper in org.cxml

    Fields in org.cxml declared as Upper
    Modifier and Type
    Field
    Description
    protected Upper
    ASNInstruction.upper
     
    protected Upper
    InvoiceInstruction.upper
     
    protected Upper
    OCInstruction.upper
     
    protected Upper
    SESInstruction.upper
     
    Methods in org.cxml that return Upper
    Modifier and Type
    Method
    Description
    ObjectFactory.createUpper()
    Create an instance of Upper
    ASNInstruction.getUpper()
    Gets the value of the upper property.
    InvoiceInstruction.getUpper()
    Gets the value of the upper property.
    OCInstruction.getUpper()
    Gets the value of the upper property.
    SESInstruction.getUpper()
    Gets the value of the upper property.
    Methods in org.cxml with parameters of type Upper
    Modifier and Type
    Method
    Description
    void
    ASNInstruction.setUpper(Upper value)
    Sets the value of the upper property.
    void
    InvoiceInstruction.setUpper(Upper value)
    Sets the value of the upper property.
    void
    OCInstruction.setUpper(Upper value)
    Sets the value of the upper property.
    void
    SESInstruction.setUpper(Upper value)
    Sets the value of the upper property.