Package net.sf.okapi.filters.xini.jaxb
Class Seg
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.TextContent
-
- net.sf.okapi.filters.xini.jaxb.Seg
-
public class Seg extends TextContent
Java class for Seg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Seg"> <complexContent> <extension base="{}TextContent"> <attribute name="SegID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="SubSeg" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="SegmentIDBeforeSegmentation" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="LeadingSpacer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TrailingSpacer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="EmptyTranslation" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanemptyTranslationprotected StringleadingSpacerprotected intsegIDprotected IntegersegmentIDBeforeSegmentationprotected IntegersubSegprotected StringtrailingSpacer-
Fields inherited from class net.sf.okapi.filters.xini.jaxb.TextContent
content
-
-
Constructor Summary
Constructors Constructor Description Seg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLeadingSpacer()Gets the value of the leadingSpacer property.intgetSegID()Gets the value of the segID property.IntegergetSegmentIDBeforeSegmentation()Gets the value of the segmentIDBeforeSegmentation property.IntegergetSubSeg()Gets the value of the subSeg property.StringgetTrailingSpacer()Gets the value of the trailingSpacer property.BooleanisEmptyTranslation()Gets the value of the emptyTranslation property.voidsetEmptyTranslation(Boolean value)Sets the value of the emptyTranslation property.voidsetLeadingSpacer(String value)Sets the value of the leadingSpacer property.voidsetSegID(int value)Sets the value of the segID property.voidsetSegmentIDBeforeSegmentation(Integer value)Sets the value of the segmentIDBeforeSegmentation property.voidsetSubSeg(Integer value)Sets the value of the subSeg property.voidsetTrailingSpacer(String value)Sets the value of the trailingSpacer property.-
Methods inherited from class net.sf.okapi.filters.xini.jaxb.TextContent
getContent
-
-
-
-
Method Detail
-
getSegID
public int getSegID()
Gets the value of the segID property.
-
setSegID
public void setSegID(int value)
Sets the value of the segID property.
-
getSubSeg
public Integer getSubSeg()
Gets the value of the subSeg property.- Returns:
- possible object is
Integer
-
setSubSeg
public void setSubSeg(Integer value)
Sets the value of the subSeg property.- Parameters:
value- allowed object isInteger
-
getSegmentIDBeforeSegmentation
public Integer getSegmentIDBeforeSegmentation()
Gets the value of the segmentIDBeforeSegmentation property.- Returns:
- possible object is
Integer
-
setSegmentIDBeforeSegmentation
public void setSegmentIDBeforeSegmentation(Integer value)
Sets the value of the segmentIDBeforeSegmentation property.- Parameters:
value- allowed object isInteger
-
getLeadingSpacer
public String getLeadingSpacer()
Gets the value of the leadingSpacer property.- Returns:
- possible object is
String
-
setLeadingSpacer
public void setLeadingSpacer(String value)
Sets the value of the leadingSpacer property.- Parameters:
value- allowed object isString
-
getTrailingSpacer
public String getTrailingSpacer()
Gets the value of the trailingSpacer property.- Returns:
- possible object is
String
-
setTrailingSpacer
public void setTrailingSpacer(String value)
Sets the value of the trailingSpacer property.- Parameters:
value- allowed object isString
-
isEmptyTranslation
public Boolean isEmptyTranslation()
Gets the value of the emptyTranslation property.- Returns:
- possible object is
Boolean
-
-