Package com.altova.automation.XMLSpy
Class ExportSettings
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.ExportSettings
public class ExportSettings extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description booleangetCreateKeys()property CreateKeysElementListgetElementList()property ElementListbooleangetEntitiesToText()property EntitiesToTextbooleangetExportAllElements()property ExportAllElementsbooleangetExportCompleteXML()Returnssets a value indicating if the export starts at the root element of the XML or at the element specified by the StartFromElement property.booleangetFromAttributes()property FromAttributesbooleangetFromSingleSubElements()property FromSingleSubElementsbooleangetFromTextValues()property FromTextValuesbooleangetIndependentPrimaryKey()property IndependentPrimaryKeyGUIDgetInterfaceIID()Enums.SPYExportNamespacegetNamespace()property Namespacejava.lang.StringgetStartFromElement()Returnssets a value indicating the the start element where the export begins.shortgetSubLevelLimit()property SubLevelLimitvoidsetCreateKeys(boolean newValue)property CreateKeysvoidsetElementList(ElementList newValue)property ElementListvoidsetEntitiesToText(boolean newValue)property EntitiesToTextvoidsetExportAllElements(boolean newValue)property ExportAllElementsvoidsetExportCompleteXML(boolean newValue)Returnssets a value indicating if the export starts at the root element of the XML or at the element specified by the StartFromElement property.voidsetFromAttributes(boolean newValue)property FromAttributesvoidsetFromSingleSubElements(boolean newValue)property FromSingleSubElementsvoidsetFromTextValues(boolean newValue)property FromTextValuesvoidsetIndependentPrimaryKey(boolean newValue)property IndependentPrimaryKeyvoidsetNamespace(Enums.SPYExportNamespace newValue)property NamespacevoidsetStartFromElement(java.lang.String newValue)Returnssets a value indicating the the start element where the export begins.voidsetSubLevelLimit(short newValue)property SubLevelLimitMethods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getExportAllElements
property ExportAllElements- Throws:
AutomationException
-
setExportAllElements
property ExportAllElements- Throws:
AutomationException
-
getSubLevelLimit
property SubLevelLimit- Throws:
AutomationException
-
setSubLevelLimit
property SubLevelLimit- Throws:
AutomationException
-
getFromAttributes
property FromAttributes- Throws:
AutomationException
-
setFromAttributes
property FromAttributes- Throws:
AutomationException
-
getFromSingleSubElements
property FromSingleSubElements- Throws:
AutomationException
-
setFromSingleSubElements
property FromSingleSubElements- Throws:
AutomationException
-
getFromTextValues
property FromTextValues- Throws:
AutomationException
-
setFromTextValues
property FromTextValues- Throws:
AutomationException
-
getEntitiesToText
property EntitiesToText- Throws:
AutomationException
-
setEntitiesToText
property EntitiesToText- Throws:
AutomationException
-
getCreateKeys
property CreateKeys- Throws:
AutomationException
-
setCreateKeys
property CreateKeys- Throws:
AutomationException
-
getNamespace
property Namespace- Throws:
AutomationException
-
setNamespace
property Namespace- Throws:
AutomationException
-
getIndependentPrimaryKey
property IndependentPrimaryKey- Throws:
AutomationException
-
setIndependentPrimaryKey
property IndependentPrimaryKey- Throws:
AutomationException
-
getElementList
property ElementList- Throws:
AutomationException
-
setElementList
property ElementList- Throws:
AutomationException
-
getStartFromElement
Returnssets a value indicating the the start element where the export begins.- Throws:
AutomationException
-
setStartFromElement
Returnssets a value indicating the the start element where the export begins.- Throws:
AutomationException
-
getExportCompleteXML
Returnssets a value indicating if the export starts at the root element of the XML or at the element specified by the StartFromElement property.- Throws:
AutomationException
-
setExportCompleteXML
Returnssets a value indicating if the export starts at the root element of the XML or at the element specified by the StartFromElement property.- Throws:
AutomationException
-