Class JaxbCfgMappingReferenceType


  • public class JaxbCfgMappingReferenceType
    extends 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>
     
    • Constructor Detail

      • JaxbCfgMappingReferenceType

        public JaxbCfgMappingReferenceType()
    • Method Detail

      • getClazz

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

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

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

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

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

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

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

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

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

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