public interface PropertyTransfersStepConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | PropertyTransfersStepConfig.FactoryA factory class with static methods for creating instances
 of this type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyTransferConfig | addNewTransfers()Appends and returns a new empty value (as xml) as the last "transfers" element | 
| PropertyTransferConfig[] | getTransfersArray()Deprecated.   | 
| PropertyTransferConfig | getTransfersArray(int i)Gets ith "transfers" element | 
| List<PropertyTransferConfig> | getTransfersList()Gets a List of "transfers" elements | 
| PropertyTransferConfig | insertNewTransfers(int i)Inserts and returns a new empty value (as xml) as the ith "transfers" element | 
| void | removeTransfers(int i)Removes the ith "transfers" element | 
| void | setTransfersArray(int i,
                 PropertyTransferConfig transfers)Sets ith "transfers" element | 
| void | setTransfersArray(PropertyTransferConfig[] transfersArray)Sets array of all "transfers" element | 
| int | sizeOfTransfersArray()Returns number of "transfers" element | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<PropertyTransferConfig> getTransfersList()
PropertyTransferConfig[] getTransfersArray()
PropertyTransferConfig getTransfersArray(int i)
int sizeOfTransfersArray()
void setTransfersArray(PropertyTransferConfig[] transfersArray)
void setTransfersArray(int i,
                       PropertyTransferConfig transfers)
PropertyTransferConfig insertNewTransfers(int i)
PropertyTransferConfig addNewTransfers()
void removeTransfers(int i)
Copyright © 2019. All Rights Reserved.