Class Formathandle
java.lang.Object
net.loomchild.segment.srx.io.bind.Formathandle
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the include property.getType()
Gets the value of the type property.void
setInclude
(String value) Sets the value of the include property.void
Sets the value of the type property.
-
Field Details
-
include
-
type
-
-
Constructor Details
-
Formathandle
public Formathandle()
-
-
Method Details
-
getInclude
Gets the value of the include property.- Returns:
- possible object is
String
-
setInclude
Sets the value of the include property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-