Class AfterDoneWizardScript


  • public class AfterDoneWizardScript
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String content  
      protected java.lang.String language  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      java.lang.String getLanguage()  
      • Methods inherited from class java.lang.Object

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

      • content

        protected java.lang.String content
      • language

        protected java.lang.String language
    • Constructor Detail

      • AfterDoneWizardScript

        public AfterDoneWizardScript()
    • Method Detail

      • getContent

        public java.lang.String getContent()
      • getLanguage

        public java.lang.String getLanguage()