Class ContentType


  • public class ContentType
    extends java.lang.Object

    Java class for ContentType complex type.

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

     <complexType name="ContentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <sequence>
                 <element name="column" type="{http://www.hybris.com/cockpitng/config/wizard-config}ContentType" maxOccurs="unbounded" minOccurs="0"/>
               </sequence>
               <sequence>
                 <choice maxOccurs="unbounded">
                   <element name="property" type="{http://www.hybris.com/cockpitng/config/wizard-config}PropertyType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="property-list" type="{http://www.hybris.com/cockpitng/config/wizard-config}PropertyListType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="custom-view" type="{http://www.hybris.com/cockpitng/config/wizard-config}ViewType" maxOccurs="unbounded" minOccurs="0"/>
                 </choice>
               </sequence>
             </choice>
           </sequence>
           <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" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ContentType> getColumn()
      Gets the value of the column property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      java.util.List<java.lang.Object> getPropertyOrPropertyListOrCustomView()
      Gets the value of the propertyOrPropertyListOrCustomView property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setPosition​(java.math.BigInteger value)
      Sets the value of the position property.
      • Methods inherited from class java.lang.Object

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

      • propertyOrPropertyListOrCustomView

        protected java.util.List<java.lang.Object> propertyOrPropertyListOrCustomView
      • id

        protected java.lang.String id
      • mergeMode

        protected java.lang.String mergeMode
      • position

        protected java.math.BigInteger position
    • Constructor Detail

      • ContentType

        public ContentType()
    • Method Detail

      • getColumn

        public java.util.List<ContentType> getColumn()
        Gets the value of the column 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 column property.

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

            getColumn().add(newItem);
         

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

      • getPropertyOrPropertyListOrCustomView

        public java.util.List<java.lang.Object> getPropertyOrPropertyListOrCustomView()
        Gets the value of the propertyOrPropertyListOrCustomView 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 propertyOrPropertyListOrCustomView property.

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

            getPropertyOrPropertyListOrCustomView().add(newItem);
         

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

      • 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
      • 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