Class Essentials


  • public class Essentials
    extends java.lang.Object

    Java class for essentials complex type.

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

     <complexType name="essentials">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="essentialCustomSection" type="{http://www.hybris.com/cockpitng/component/editorArea}essentialCustomSection"/>
             <element name="essentialSection" type="{http://www.hybris.com/cockpitng/component/editorArea}essentialSection"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>