public class TransformDefinition extends Object
Java class for TransformActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<choice>
<element name="xml-data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xml-resource">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<choice>
<element name="xslt-data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xslt-resource">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
<attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformDefinition.XmlResource
Java class for anonymous complex type.
|
static class |
TransformDefinition.XsltResource
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
variable |
protected String |
xmlData |
protected TransformDefinition.XmlResource |
xmlResource |
protected String |
xsltData |
protected TransformDefinition.XsltResource |
xsltResource |
| Constructor and Description |
|---|
TransformDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getVariable()
Gets the value of the variable property.
|
String |
getXmlData()
Gets the value of the xmlData property.
|
TransformDefinition.XmlResource |
getXmlResource()
Gets the value of the xmlResource property.
|
String |
getXsltData()
Gets the value of the xsltData property.
|
TransformDefinition.XsltResource |
getXsltResource()
Gets the value of the xsltResource property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
void |
setXmlData(String value)
Sets the value of the xmlData property.
|
void |
setXmlResource(TransformDefinition.XmlResource value)
Sets the value of the xmlResource property.
|
void |
setXsltData(String value)
Sets the value of the xsltData property.
|
void |
setXsltResource(TransformDefinition.XsltResource value)
Sets the value of the xsltResource property.
|
protected String description
protected TransformDefinition.XmlResource xmlResource
protected String xmlData
protected TransformDefinition.XsltResource xsltResource
protected String xsltData
protected String variable
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic TransformDefinition.XmlResource getXmlResource()
TransformDefinition.XmlResourcepublic void setXmlResource(TransformDefinition.XmlResource value)
value - allowed object is
TransformDefinition.XmlResourcepublic String getXmlData()
Stringpublic void setXmlData(String value)
value - allowed object is
Stringpublic TransformDefinition.XsltResource getXsltResource()
TransformDefinition.XsltResourcepublic void setXsltResource(TransformDefinition.XsltResource value)
value - allowed object is
TransformDefinition.XsltResourcepublic String getXsltData()
Stringpublic void setXsltData(String value)
value - allowed object is
Stringpublic String getVariable()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.