Class XmlTransformation.XmlWriteTransformer

java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Enclosing class:
XmlTransformation

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>
 
  • Field Details

    • method

      protected String method
    • xmlPath

      protected String xmlPath
    • transformerClass

      protected String transformerClass
  • Constructor Details

    • XmlWriteTransformer

      public XmlWriteTransformer()
  • Method Details

    • getMethod

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

      public void setMethod(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:
    • getXmlPath

      public String getXmlPath()
      Gets the value of the xmlPath property.
      Returns:
      possible object is String
    • setXmlPath

      public void setXmlPath(String value)
      Sets the value of the xmlPath property.
      Parameters:
      value - allowed object is String
    • isSetXmlPath

      public boolean isSetXmlPath()
      Indicates if a xmlPath has been set, i.e. the xmlPath property is non-null.
      Returns:
    • getTransformerClass

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

      public void setTransformerClass(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: