Module org.eclipse.persistence.moxy
Class XmlTransformation.XmlReadTransformer
java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- Enclosing class:
XmlTransformation
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the method property.Gets the value of the transformerClass property.booleanIndicates if a method has been set, i.e.booleanIndicates if a transformerClass has been set, i.e.voidSets the value of the method property.voidsetTransformerClass(String value) Sets the value of the transformerClass property.
-
Field Details
-
method
-
transformerClass
-
-
Constructor Details
-
XmlReadTransformer
public XmlReadTransformer()
-
-
Method Details
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value- allowed object isString
-
isSetMethod
public boolean isSetMethod()Indicates if a method has been set, i.e. the method property is non-null. -
getTransformerClass
Gets the value of the transformerClass property.- Returns:
- possible object is
String
-
setTransformerClass
Sets the value of the transformerClass property.- Parameters:
value- allowed object isString
-
isSetTransformerClass
public boolean isSetTransformerClass()Indicates if a transformerClass has been set, i.e. the transformerClass property is non-null.
-