Uses of Class
org.cxml.Lower

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

    Fields in org.cxml declared as Lower
    Modifier and Type
    Field
    Description
    protected Lower
    ASNInstruction.lower
     
    protected Lower
    InvoiceInstruction.lower
     
    protected Lower
    OCInstruction.lower
     
    protected Lower
    SESInstruction.lower
     
    Methods in org.cxml that return Lower
    Modifier and Type
    Method
    Description
    ObjectFactory.createLower()
    Create an instance of Lower
    ASNInstruction.getLower()
    Gets the value of the lower property.
    InvoiceInstruction.getLower()
    Gets the value of the lower property.
    OCInstruction.getLower()
    Gets the value of the lower property.
    SESInstruction.getLower()
    Gets the value of the lower property.
    Methods in org.cxml with parameters of type Lower
    Modifier and Type
    Method
    Description
    void
    ASNInstruction.setLower(Lower value)
    Sets the value of the lower property.
    void
    InvoiceInstruction.setLower(Lower value)
    Sets the value of the lower property.
    void
    OCInstruction.setLower(Lower value)
    Sets the value of the lower property.
    void
    SESInstruction.setLower(Lower value)
    Sets the value of the lower property.