Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.xmlmodel
Class XmlTransformation.XmlReadTransformer

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer

Enclosing class:
XmlTransformation

public static class XmlTransformation.XmlReadTransformer
extends java.lang.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="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

method

protected java.lang.String method

transformerClass

protected java.lang.String transformerClass

Constructor Detail

XmlTransformation.XmlReadTransformer

public XmlTransformation.XmlReadTransformer()

Method Detail

getMethod

public java.lang.String getMethod()
Gets the value of the method property.
Returns:
possible object is String

setMethod

public void setMethod(java.lang.String value)
Sets the value of the method property.
Parameters:
value - allowed object is String

isSetMethod

public boolean isSetMethod()
Indicates if a method has been set, i.e. the method property is non-null.
Returns:

getTransformerClass

public java.lang.String getTransformerClass()
Gets the value of the transformerClass property.
Returns:
possible object is String

setTransformerClass

public void setTransformerClass(java.lang.String value)
Sets the value of the transformerClass property.
Parameters:
value - allowed object is String

isSetTransformerClass

public boolean isSetTransformerClass()
Indicates if a transformerClass has been set, i.e. the transformerClass property is non-null.
Returns:

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.