Uses of Class
org.cxml.Batch

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

    Fields in org.cxml declared as Batch
    Modifier and Type
    Field
    Description
    protected Batch
    AdditionalQNInfo.batch
     
    protected Batch
    ItemIn.batch
     
    protected Batch
    ItemOut.batch
     
    protected Batch
    ProductActivityDetails.batch
     
    protected Batch
    QualityInspectionRequestHeader.batch
     
    protected Batch
    QualityNotificationRequestHeader.batch
     
    protected Batch
    SubcontractingComponent.batch
     
    Fields in org.cxml with type parameters of type Batch
    Modifier and Type
    Field
    Description
    protected List<Batch>
    QualityInspectionResultRequestHeader.batch
     
    Methods in org.cxml that return Batch
    Modifier and Type
    Method
    Description
    ObjectFactory.createBatch()
    Create an instance of Batch
    AdditionalQNInfo.getBatch()
    Gets the value of the batch property.
    ItemIn.getBatch()
    Gets the value of the batch property.
    ItemOut.getBatch()
    Gets the value of the batch property.
    ProductActivityDetails.getBatch()
    Gets the value of the batch property.
    QualityInspectionRequestHeader.getBatch()
    Gets the value of the batch property.
    QualityNotificationRequestHeader.getBatch()
    Gets the value of the batch property.
    SubcontractingComponent.getBatch()
    Gets the value of the batch property.
    Methods in org.cxml that return types with arguments of type Batch
    Modifier and Type
    Method
    Description
    QualityInspectionResultRequestHeader.getBatch()
    Gets the value of the batch property.
    Methods in org.cxml with parameters of type Batch
    Modifier and Type
    Method
    Description
    void
    AdditionalQNInfo.setBatch(Batch value)
    Sets the value of the batch property.
    void
    ItemIn.setBatch(Batch value)
    Sets the value of the batch property.
    void
    ItemOut.setBatch(Batch value)
    Sets the value of the batch property.
    void
    ProductActivityDetails.setBatch(Batch value)
    Sets the value of the batch property.
    void
    QualityInspectionRequestHeader.setBatch(Batch value)
    Sets the value of the batch property.
    void
    QualityNotificationRequestHeader.setBatch(Batch value)
    Sets the value of the batch property.
    void
    SubcontractingComponent.setBatch(Batch value)
    Sets the value of the batch property.