Class AbstractPojo

  • Direct Known Subclasses:
    Bean, Enum

    public abstract class AbstractPojo
    extends java.lang.Object

    Java class for abstractPojo complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="abstractPojo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="template" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String clazz  
      protected java.lang.String template  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractPojo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClazz()
      Gets the value of the clazz property.
      java.lang.String getTemplate()
      Gets the value of the template property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      void setTemplate​(java.lang.String value)
      Sets the value of the template property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clazz

        protected java.lang.String clazz
      • template

        protected java.lang.String template
    • Constructor Detail

      • AbstractPojo

        public AbstractPojo()
    • Method Detail

      • getClazz

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • getTemplate

        public java.lang.String getTemplate()
        Gets the value of the template property.
        Returns:
        possible object is String
      • setTemplate

        public void setTemplate​(java.lang.String value)
        Sets the value of the template property.
        Parameters:
        value - allowed object is String