Class PropertyListType


  • public class PropertyListType
    extends java.lang.Object

    Java class for PropertyListType complex type.

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

     <complexType name="PropertyListType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="property" type="{http://www.hybris.com/cockpitng/config/wizard-config}PropertyType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="root" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="validate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="include-non-declared-mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="include-non-declared-unique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="include-non-declared-writable-on-creation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="enable-non-declared-includes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • root

        protected java.lang.String root
      • readonly

        protected java.lang.Boolean readonly
      • validate

        protected java.lang.Boolean validate
      • id

        protected java.lang.String id
      • mergeMode

        protected java.lang.String mergeMode
      • generatedId

        protected java.lang.String generatedId
      • position

        protected java.math.BigInteger position
      • includeNonDeclaredMandatory

        protected java.lang.Boolean includeNonDeclaredMandatory
      • includeNonDeclaredUnique

        protected java.lang.Boolean includeNonDeclaredUnique
      • includeNonDeclaredWritableOnCreation

        protected java.lang.Boolean includeNonDeclaredWritableOnCreation
      • enableNonDeclaredIncludes

        protected java.lang.Boolean enableNonDeclaredIncludes
    • Constructor Detail

      • PropertyListType

        public PropertyListType()
    • Method Detail

      • getProperty

        public java.util.List<PropertyType> getProperty()
        Gets the value of the property property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the property property.

        For example, to add a new item, do as follows:

            getProperty().add(newItem);
         

        Objects of the following type(s) are allowed in the list PropertyType

      • getRoot

        public java.lang.String getRoot()
        Gets the value of the root property.
        Returns:
        possible object is String
      • setRoot

        public void setRoot​(java.lang.String value)
        Sets the value of the root property.
        Parameters:
        value - allowed object is String
      • isReadonly

        public java.lang.Boolean isReadonly()
        Gets the value of the readonly property.
        Returns:
        possible object is Boolean
      • setReadonly

        public void setReadonly​(java.lang.Boolean value)
        Sets the value of the readonly property.
        Parameters:
        value - allowed object is Boolean
      • isValidate

        public java.lang.Boolean isValidate()
        Gets the value of the validate property.
        Returns:
        possible object is Boolean
      • setValidate

        public void setValidate​(java.lang.Boolean value)
        Sets the value of the validate property.
        Parameters:
        value - allowed object is Boolean
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

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

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

        public void setMergeMode​(java.lang.String value)
        Sets the value of the mergeMode property.
        Parameters:
        value - allowed object is String
      • getGeneratedId

        public java.lang.String getGeneratedId()
      • afterUnmarshal

        public void afterUnmarshal​(javax.xml.bind.Unmarshaller u,
                                   java.lang.Object parent)
      • getPosition

        public java.math.BigInteger getPosition()
        Gets the value of the position property.
        Returns:
        possible object is BigInteger
      • setPosition

        public void setPosition​(java.math.BigInteger value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is BigInteger
      • isIncludeNonDeclaredMandatory

        public boolean isIncludeNonDeclaredMandatory()
        Gets the value of the includeNonDeclaredMandatory property.
        Returns:
        possible object is Boolean
      • setIncludeNonDeclaredMandatory

        public void setIncludeNonDeclaredMandatory​(java.lang.Boolean value)
        Sets the value of the includeNonDeclaredMandatory property.
        Parameters:
        value - allowed object is Boolean
      • isIncludeNonDeclaredUnique

        public boolean isIncludeNonDeclaredUnique()
        Gets the value of the includeNonDeclaredUnique property.
        Returns:
        possible object is Boolean
      • setIncludeNonDeclaredUnique

        public void setIncludeNonDeclaredUnique​(java.lang.Boolean value)
        Sets the value of the includeNonDeclaredUnique property.
        Parameters:
        value - allowed object is Boolean
      • isIncludeNonDeclaredWritableOnCreation

        public boolean isIncludeNonDeclaredWritableOnCreation()
        Gets the value of the includeNonDeclaredWritableOnCreation property.
        Returns:
        possible object is Boolean
      • setIncludeNonDeclaredWritableOnCreation

        public void setIncludeNonDeclaredWritableOnCreation​(java.lang.Boolean value)
        Sets the value of the includeNonDeclaredWritableOnCreation property.
        Parameters:
        value - allowed object is Boolean
      • isEnableNonDeclaredIncludes

        public boolean isEnableNonDeclaredIncludes()
        Gets the value of the enableNonDeclaredIncludes property.
        Returns:
        possible object is Boolean
      • setEnableNonDeclaredIncludes

        public void setEnableNonDeclaredIncludes​(java.lang.Boolean value)
        Sets the value of the enableNonDeclaredIncludes property.
        Parameters:
        value - allowed object is Boolean