public static class XmlTransformation.XmlWriteTransformer extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="xml-path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="transformer-class" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
method |
protected String |
transformerClass |
protected String |
xmlPath |
Constructor and Description |
---|
XmlWriteTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Gets the value of the method property.
|
String |
getTransformerClass()
Gets the value of the transformerClass property.
|
String |
getXmlPath()
Gets the value of the xmlPath property.
|
boolean |
isSetMethod()
Indicates if a method has been set, i.e.
|
boolean |
isSetTransformerClass()
Indicates if a transformerClass has been set, i.e.
|
boolean |
isSetXmlPath()
Indicates if a xmlPath has been set, i.e.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setTransformerClass(String value)
Sets the value of the transformerClass property.
|
void |
setXmlPath(String value)
Sets the value of the xmlPath property.
|
protected String method
protected String xmlPath
protected String transformerClass
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public String getXmlPath()
String
public void setXmlPath(String value)
value
- allowed object is
String
public boolean isSetXmlPath()
public String getTransformerClass()
String
public void setTransformerClass(String value)
value
- allowed object is
String
public boolean isSetTransformerClass()
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.