Class GuiExportSettingsType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class GuiExportSettingsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies the settings for GUI object export.

    Java class for GuiExportSettingsType complex type.

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

     <complexType name="GuiExportSettingsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sizeLimit" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form