Class PropertyMapping


  • public class PropertyMapping
    extends java.lang.Object

    Java class for property-mapping complex type.

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

     <complexType name="property-mapping">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String source  
      protected java.lang.String target  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyMapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSource()
      Gets the value of the source property.
      java.lang.String getTarget()
      Gets the value of the target property.
      void setSource​(java.lang.String value)
      Sets the value of the source property.
      void setTarget​(java.lang.String value)
      Sets the value of the target property.
      • Methods inherited from class java.lang.Object

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

      • source

        protected java.lang.String source
      • target

        protected java.lang.String target
    • Constructor Detail

      • PropertyMapping

        public PropertyMapping()
    • Method Detail

      • getSource

        public java.lang.String getSource()
        Gets the value of the source property.
        Returns:
        possible object is String
      • setSource

        public void setSource​(java.lang.String value)
        Sets the value of the source property.
        Parameters:
        value - allowed object is String
      • getTarget

        public java.lang.String getTarget()
        Gets the value of the target property.
        Returns:
        possible object is String
      • setTarget

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