Class AfterDoneWizardScript

java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.wizard.AfterDoneWizardScript

public class AfterDoneWizardScript extends Object

Java class for editor-list complex type.

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

 <complexType name="editor-list">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="property" type="{}property" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected String content
    • language

      protected String language
  • Constructor Details

    • AfterDoneWizardScript

      public AfterDoneWizardScript()
  • Method Details

    • getContent

      public String getContent()
    • getLanguage

      public String getLanguage()