Class Formathandle

java.lang.Object
gen.core.segmentation.Formathandle

public class Formathandle extends 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 Details

    • Formathandle

      public Formathandle()
  • Method Details

    • getInclude

      public String getInclude()
      A value of "no" indicates that the format code does not belong to the segment being created. A value of "yes" indicates that the format code belongs to the segment being created.
      Returns:
      possible object is String
    • setInclude

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

      public String getType()
      The type of format for which behaviour is being defined. Can be "start", "end" or "isolated".
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      See Also: