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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
emptyTranslation |
protected String |
leadingSpacer |
protected int |
segID |
protected Integer |
segmentIDBeforeSegmentation |
protected Integer |
subSeg |
protected String |
trailingSpacer |
content| Constructor and Description |
|---|
Seg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeadingSpacer()
Gets the value of the leadingSpacer property.
|
int |
getSegID()
Gets the value of the segID property.
|
Integer |
getSegmentIDBeforeSegmentation()
Gets the value of the segmentIDBeforeSegmentation property.
|
Integer |
getSubSeg()
Gets the value of the subSeg property.
|
String |
getTrailingSpacer()
Gets the value of the trailingSpacer property.
|
Boolean |
isEmptyTranslation()
Gets the value of the emptyTranslation property.
|
void |
setEmptyTranslation(Boolean value)
Sets the value of the emptyTranslation property.
|
void |
setLeadingSpacer(String value)
Sets the value of the leadingSpacer property.
|
void |
setSegID(int value)
Sets the value of the segID property.
|
void |
setSegmentIDBeforeSegmentation(Integer value)
Sets the value of the segmentIDBeforeSegmentation property.
|
void |
setSubSeg(Integer value)
Sets the value of the subSeg property.
|
void |
setTrailingSpacer(String value)
Sets the value of the trailingSpacer property.
|
getContentprotected int segID
protected Integer subSeg
protected Integer segmentIDBeforeSegmentation
protected String leadingSpacer
protected String trailingSpacer
protected Boolean emptyTranslation
public int getSegID()
public void setSegID(int value)
public Integer getSubSeg()
Integerpublic void setSubSeg(Integer value)
value - allowed object is
Integerpublic Integer getSegmentIDBeforeSegmentation()
Integerpublic void setSegmentIDBeforeSegmentation(Integer value)
value - allowed object is
Integerpublic String getLeadingSpacer()
Stringpublic void setLeadingSpacer(String value)
value - allowed object is
Stringpublic String getTrailingSpacer()
Stringpublic void setTrailingSpacer(String value)
value - allowed object is
Stringpublic Boolean isEmptyTranslation()
BooleanCopyright © 2021. All rights reserved.