Class 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 Detail

      • segID

        protected int segID
      • segmentIDBeforeSegmentation

        protected Integer segmentIDBeforeSegmentation
      • leadingSpacer

        protected String leadingSpacer
      • trailingSpacer

        protected String trailingSpacer
      • emptyTranslation

        protected Boolean emptyTranslation
    • Constructor Detail

      • Seg

        public Seg()
    • 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 is Integer
      • 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 is Integer
      • 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 is String
      • 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 is String
      • isEmptyTranslation

        public Boolean isEmptyTranslation()
        Gets the value of the emptyTranslation property.
        Returns:
        possible object is Boolean
      • setEmptyTranslation

        public void setEmptyTranslation​(Boolean value)
        Sets the value of the emptyTranslation property.
        Parameters:
        value - allowed object is Boolean