Class MappingLine


  • public class MappingLine
    extends java.lang.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">
           <sequence>
             <element name="import-properties" type="{}property-list" minOccurs="0"/>
             <element name="custom-editors" type="{}editor-list" minOccurs="0"/>
             <element name="special-translators" type="{}translators-list" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MappingLine

        public MappingLine()
    • Method Detail

      • getImportProperties

        public PropertyList getImportProperties()
        Gets the value of the importProperties property.
        Returns:
        possible object is PropertyList
      • setImportProperties

        public void setImportProperties​(PropertyList value)
        Sets the value of the importProperties property.
        Parameters:
        value - allowed object is PropertyList
      • getCustomEditors

        public EditorList getCustomEditors()
        Gets the value of the customEditors property.
        Returns:
        possible object is EditorList
      • setCustomEditors

        public void setCustomEditors​(EditorList value)
        Sets the value of the customEditors property.
        Parameters:
        value - allowed object is EditorList
      • getSpecialTranslators

        public TranslatorsList getSpecialTranslators()
        Gets the value of the specialTranslators property.
        Returns:
        possible object is TranslatorsList
      • setSpecialTranslators

        public void setSpecialTranslators​(TranslatorsList value)
        Sets the value of the specialTranslators property.
        Parameters:
        value - allowed object is TranslatorsList