Module eclipselink

Class XmlTransformation.XmlReadTransformer

  • Enclosing class:
    XmlTransformation

    public static class XmlTransformation.XmlReadTransformer
    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="transformer-class" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • method

        protected String method
      • transformerClass

        protected String transformerClass
    • Constructor Detail

      • XmlReadTransformer

        public XmlReadTransformer()
    • Method Detail

      • 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.
      • 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.