Class Base


  • public class Base
    extends java.lang.Object

    Java class for base complex type.

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

     <complexType name="base">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="labels" type="{http://www.hybris.com/cockpit/config/hybris}labels" minOccurs="0"/>
             <element name="preview" type="{http://www.hybris.com/cockpit/config/hybris}preview"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Base()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Labels getLabels()
      Gets the value of the labels property.
      Preview getPreview()
      Gets the value of the preview property.
      void setLabels​(Labels value)
      Sets the value of the labels property.
      void setPreview​(Preview value)
      Sets the value of the preview property.
      • Methods inherited from class java.lang.Object

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

      • labels

        protected Labels labels
      • preview

        protected Preview preview
    • Constructor Detail

      • Base

        public Base()
    • Method Detail

      • getLabels

        public Labels getLabels()
        Gets the value of the labels property.
        Returns:
        possible object is Labels
      • setLabels

        public void setLabels​(Labels value)
        Sets the value of the labels property.
        Parameters:
        value - allowed object is Labels
      • getPreview

        public Preview getPreview()
        Gets the value of the preview property.
        Returns:
        possible object is Preview
      • setPreview

        public void setPreview​(Preview value)
        Sets the value of the preview property.
        Parameters:
        value - allowed object is Preview