public interface PropertiesStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PropertiesStepConfig.Factory
A 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 |
---|---|
PropertiesTypeConfig |
addNewProperties()
Appends and returns a new empty "properties" element
|
boolean |
getCreateMissingOnLoad()
Gets the "createMissingOnLoad" attribute
|
boolean |
getDiscardValuesOnSave()
Gets the "discardValuesOnSave" attribute
|
PropertiesTypeConfig |
getProperties()
Gets the "properties" element
|
boolean |
getSaveFirst()
Gets the "saveFirst" attribute
|
String |
getSource()
Gets the "source" element
|
String |
getTarget()
Gets the "target" element
|
boolean |
isSetCreateMissingOnLoad()
True if has "createMissingOnLoad" attribute
|
boolean |
isSetDiscardValuesOnSave()
True if has "discardValuesOnSave" attribute
|
boolean |
isSetProperties()
True if has "properties" element
|
boolean |
isSetSaveFirst()
True if has "saveFirst" attribute
|
boolean |
isSetSource()
True if has "source" element
|
boolean |
isSetTarget()
True if has "target" element
|
void |
setCreateMissingOnLoad(boolean createMissingOnLoad)
Sets the "createMissingOnLoad" attribute
|
void |
setDiscardValuesOnSave(boolean discardValuesOnSave)
Sets the "discardValuesOnSave" attribute
|
void |
setProperties(PropertiesTypeConfig properties)
Sets the "properties" element
|
void |
setSaveFirst(boolean saveFirst)
Sets the "saveFirst" attribute
|
void |
setSource(String source)
Sets the "source" element
|
void |
setTarget(String target)
Sets the "target" element
|
void |
unsetCreateMissingOnLoad()
Unsets the "createMissingOnLoad" attribute
|
void |
unsetDiscardValuesOnSave()
Unsets the "discardValuesOnSave" attribute
|
void |
unsetProperties()
Unsets the "properties" element
|
void |
unsetSaveFirst()
Unsets the "saveFirst" attribute
|
void |
unsetSource()
Unsets the "source" element
|
void |
unsetTarget()
Unsets the "target" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCreateMissingOnLoad()
Gets (as xml) the "createMissingOnLoad" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDiscardValuesOnSave()
Gets (as xml) the "discardValuesOnSave" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSaveFirst()
Gets (as xml) the "saveFirst" attribute
|
org.apache.xmlbeans.XmlString |
xgetSource()
Gets (as xml) the "source" element
|
org.apache.xmlbeans.XmlString |
xgetTarget()
Gets (as xml) the "target" element
|
void |
xsetCreateMissingOnLoad(org.apache.xmlbeans.XmlBoolean createMissingOnLoad)
Sets (as xml) the "createMissingOnLoad" attribute
|
void |
xsetDiscardValuesOnSave(org.apache.xmlbeans.XmlBoolean discardValuesOnSave)
Sets (as xml) the "discardValuesOnSave" attribute
|
void |
xsetSaveFirst(org.apache.xmlbeans.XmlBoolean saveFirst)
Sets (as xml) the "saveFirst" attribute
|
void |
xsetSource(org.apache.xmlbeans.XmlString source)
Sets (as xml) the "source" element
|
void |
xsetTarget(org.apache.xmlbeans.XmlString target)
Sets (as xml) the "target" 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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getSource()
org.apache.xmlbeans.XmlString xgetSource()
boolean isSetSource()
void setSource(String source)
void xsetSource(org.apache.xmlbeans.XmlString source)
void unsetSource()
String getTarget()
org.apache.xmlbeans.XmlString xgetTarget()
boolean isSetTarget()
void setTarget(String target)
void xsetTarget(org.apache.xmlbeans.XmlString target)
void unsetTarget()
PropertiesTypeConfig getProperties()
boolean isSetProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
void unsetProperties()
boolean getCreateMissingOnLoad()
org.apache.xmlbeans.XmlBoolean xgetCreateMissingOnLoad()
boolean isSetCreateMissingOnLoad()
void setCreateMissingOnLoad(boolean createMissingOnLoad)
void xsetCreateMissingOnLoad(org.apache.xmlbeans.XmlBoolean createMissingOnLoad)
void unsetCreateMissingOnLoad()
boolean getSaveFirst()
org.apache.xmlbeans.XmlBoolean xgetSaveFirst()
boolean isSetSaveFirst()
void setSaveFirst(boolean saveFirst)
void xsetSaveFirst(org.apache.xmlbeans.XmlBoolean saveFirst)
void unsetSaveFirst()
boolean getDiscardValuesOnSave()
org.apache.xmlbeans.XmlBoolean xgetDiscardValuesOnSave()
boolean isSetDiscardValuesOnSave()
void setDiscardValuesOnSave(boolean discardValuesOnSave)
void xsetDiscardValuesOnSave(org.apache.xmlbeans.XmlBoolean discardValuesOnSave)
void unsetDiscardValuesOnSave()
Copyright © 2019. All Rights Reserved.