Class JaxbCfgMappingReferenceType


  • public class JaxbCfgMappingReferenceType
    extends java.lang.Object

    Java class for MappingReferenceType complex type.

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

     <complexType name="MappingReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String _package  
      protected java.lang.String clazz  
      protected java.lang.String file  
      protected java.lang.String jar  
      protected java.lang.String resource  
    • 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 getFile()
      Gets the value of the file property.
      java.lang.String getJar()
      Gets the value of the jar property.
      java.lang.String getPackage()
      Gets the value of the package property.
      java.lang.String getResource()
      Gets the value of the resource property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      void setFile​(java.lang.String value)
      Sets the value of the file property.
      void setJar​(java.lang.String value)
      Sets the value of the jar property.
      void setPackage​(java.lang.String value)
      Sets the value of the package property.
      void setResource​(java.lang.String value)
      Sets the value of the resource 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
      • file

        protected java.lang.String file
      • jar

        protected java.lang.String jar
      • _package

        protected java.lang.String _package
      • resource

        protected java.lang.String resource
    • Constructor Detail

      • JaxbCfgMappingReferenceType

        public JaxbCfgMappingReferenceType()
    • 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
      • getFile

        public java.lang.String getFile()
        Gets the value of the file property.
        Returns:
        possible object is String
      • setFile

        public void setFile​(java.lang.String value)
        Sets the value of the file property.
        Parameters:
        value - allowed object is String
      • getJar

        public java.lang.String getJar()
        Gets the value of the jar property.
        Returns:
        possible object is String
      • setJar

        public void setJar​(java.lang.String value)
        Sets the value of the jar property.
        Parameters:
        value - allowed object is String
      • getPackage

        public java.lang.String getPackage()
        Gets the value of the package property.
        Returns:
        possible object is String
      • setPackage

        public void setPackage​(java.lang.String value)
        Sets the value of the package property.
        Parameters:
        value - allowed object is String
      • getResource

        public java.lang.String getResource()
        Gets the value of the resource property.
        Returns:
        possible object is String
      • setResource

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