|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
public static class XmlTransformation.XmlWriteTransformer
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>
Field Summary | |
---|---|
protected java.lang.String |
method
|
protected java.lang.String |
transformerClass
|
protected java.lang.String |
xmlPath
|
Constructor Summary | |
---|---|
XmlTransformation.XmlWriteTransformer()
|
Method Summary | |
---|---|
java.lang.String |
getMethod()
Gets the value of the method property. |
java.lang.String |
getTransformerClass()
Gets the value of the transformerClass property. |
java.lang.String |
getXmlPath()
Gets the value of the xmlPath property. |
boolean |
isSetMethod()
Indicates if a method has been set, i.e. the method property is non-null. |
boolean |
isSetTransformerClass()
Indicates if a transformerClass has been set, i.e. the transformerClass property is non-null. |
boolean |
isSetXmlPath()
Indicates if a xmlPath has been set, i.e. the xmlPath property is non-null. |
void |
setMethod(java.lang.String value)
Sets the value of the method property. |
void |
setTransformerClass(java.lang.String value)
Sets the value of the transformerClass property. |
void |
setXmlPath(java.lang.String value)
Sets the value of the xmlPath property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String method
protected java.lang.String xmlPath
protected java.lang.String transformerClass
Constructor Detail |
---|
public XmlTransformation.XmlWriteTransformer()
Method Detail |
---|
public java.lang.String getMethod()
String
public void setMethod(java.lang.String value)
value
- allowed object is
String
public boolean isSetMethod()
public java.lang.String getXmlPath()
String
public void setXmlPath(java.lang.String value)
value
- allowed object is
String
public boolean isSetXmlPath()
public java.lang.String getTransformerClass()
String
public void setTransformerClass(java.lang.String value)
value
- allowed object is
String
public boolean isSetTransformerClass()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |