Package gen.core.segmentation
Class Header
java.lang.Object
gen.core.segmentation.Header
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">
<sequence>
<element ref="{http://www.lisa.org/srx20}formathandle" maxOccurs="3" minOccurs="0"/>
</sequence>
<attribute name="segmentsubflows" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="yes"/>
<enumeration value="no"/>
</restriction>
</simpleType>
</attribute>
<attribute name="cascade" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="yes"/>
<enumeration value="no"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines whether a matching <languagemap> element should terminate the searchDetermines which side of the segment break that formatting information goes Gets the value of the formathandle property.Determines whether text subflows should be segmentedvoidsetCascade(String value) Sets the value of the cascade property.voidsetSegmentsubflows(String value) Sets the value of the segmentsubflows property.
-
Constructor Details
-
Header
public Header()
-
-
Method Details
-
getFormathandle
Determines which side of the segment break that formatting information goes Gets the value of the formathandle property.This accessor method returns a reference to the live list, not a snapshot. Therefore, any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the formathandle property.For example, to add a new item, do as follows:
getFormathandle().add(newItem);
Objects of the following type(s) are allowed in the list
Formathandle- Returns:
- The value of the formathandle property.
-
getSegmentsubflows
Determines whether text subflows should be segmented- Returns:
- possible object is
String
-
setSegmentsubflows
Sets the value of the segmentsubflows property.- Parameters:
value- allowed object isString- See Also:
-
getCascade
Determines whether a matching <languagemap> element should terminate the search- Returns:
- possible object is
String
-
setCascade
Sets the value of the cascade property.- Parameters:
value- allowed object isString- See Also:
-