Class Formathandle


  • public class Formathandle
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="include" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="yes"/>
                 <enumeration value="no"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="type" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="start"/>
                 <enumeration value="end"/>
                 <enumeration value="isolated"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Formathandle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInclude()
      Gets the value of the include property.
      java.lang.String getType()
      Gets the value of the type property.
      void setInclude​(java.lang.String value)
      Sets the value of the include property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Formathandle

        public Formathandle()
    • Method Detail

      • getInclude

        public java.lang.String getInclude()
        Gets the value of the include property.
        Returns:
        possible object is String
      • setInclude

        public void setInclude​(java.lang.String value)
        Sets the value of the include property.
        Parameters:
        value - allowed object is String
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String