|
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.XmlReadTransformer
public static class XmlTransformation.XmlReadTransformer
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="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
|
Constructor Summary | |
---|---|
XmlTransformation.XmlReadTransformer()
|
Method Summary | |
---|---|
java.lang.String |
getMethod()
Gets the value of the method property. |
java.lang.String |
getTransformerClass()
Gets the value of the transformerClass 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. |
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. |
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 transformerClass
Constructor Detail |
---|
public XmlTransformation.XmlReadTransformer()
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 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 |