Class LayoutMapping


  • public class LayoutMapping
    extends java.lang.Object

    Java class for LayoutMapping complex type.

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

     <complexType name="LayoutMapping">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="parentLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="selfLayout" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      LayoutMapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MergeMode getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getParentLayout()
      Gets the value of the parentLayout property.
      java.lang.String getSelfLayout()
      Gets the value of the selfLayout property.
      void setMergeMode​(MergeMode value)
      Sets the value of the mergeMode property.
      void setParentLayout​(java.lang.String value)
      Sets the value of the parentLayout property.
      void setSelfLayout​(java.lang.String value)
      Sets the value of the selfLayout property.
      • Methods inherited from class java.lang.Object

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

      • parentLayout

        protected java.lang.String parentLayout
      • selfLayout

        protected java.lang.String selfLayout
    • Constructor Detail

      • LayoutMapping

        public LayoutMapping()
    • Method Detail

      • getParentLayout

        public java.lang.String getParentLayout()
        Gets the value of the parentLayout property.
        Returns:
        possible object is String
      • setParentLayout

        public void setParentLayout​(java.lang.String value)
        Sets the value of the parentLayout property.
        Parameters:
        value - allowed object is String
      • getSelfLayout

        public java.lang.String getSelfLayout()
        Gets the value of the selfLayout property.
        Returns:
        possible object is String
      • setSelfLayout

        public void setSelfLayout​(java.lang.String value)
        Sets the value of the selfLayout property.
        Parameters:
        value - allowed object is String
      • getMergeMode

        public MergeMode getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is MergeMode
      • setMergeMode

        public void setMergeMode​(MergeMode value)
        Sets the value of the mergeMode property.
        Parameters:
        value - allowed object is MergeMode