Class TD


  • public class TD
    extends Object

    Java class for TD complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TD">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <sequence maxOccurs="unbounded" minOccurs="0">
               <element name="Seg" type="{}Seg"/>
               <element name="Trans" type="{}Trans" maxOccurs="unbounded" minOccurs="0"/>
             </sequence>
           </sequence>
           <attribute name="NoContent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="CustomerTextID" type="{}TokenMaxLen255" />
           <attribute name="Label" type="{}TokenMaxLen255" />
           <attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="EmptySegmentsFlags" type="{}TokenMaxLen255" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • noContent

        protected Boolean noContent
      • customerTextID

        protected String customerTextID
      • label

        protected String label
      • externalID

        protected String externalID
      • emptySegmentsFlags

        protected String emptySegmentsFlags
    • Constructor Detail

      • TD

        public TD()
    • Method Detail

      • getSegAndTrans

        public List<TextContent> getSegAndTrans()
        Gets the value of the segAndTrans 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 JAXB object. This is why there is not a set method for the segAndTrans property.

        For example, to add a new item, do as follows:

            getSegAndTrans().add(newItem);
         

        Objects of the following type(s) are allowed in the list Seg Trans

      • getSeg

        public List<Seg> getSeg()
      • isNoContent

        public Boolean isNoContent()
        Gets the value of the noContent property.
        Returns:
        possible object is Boolean
      • setNoContent

        public void setNoContent​(Boolean value)
        Sets the value of the noContent property.
        Parameters:
        value - allowed object is Boolean
      • getCustomerTextID

        public String getCustomerTextID()
        Gets the value of the customerTextID property.
        Returns:
        possible object is String
      • setCustomerTextID

        public void setCustomerTextID​(String value)
        Sets the value of the customerTextID property.
        Parameters:
        value - allowed object is String
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getExternalID

        public String getExternalID()
        Gets the value of the externalID property.
        Returns:
        possible object is String
      • setExternalID

        public void setExternalID​(String value)
        Sets the value of the externalID property.
        Parameters:
        value - allowed object is String
      • getEmptySegmentsFlags

        public String getEmptySegmentsFlags()
        Gets the value of the emptySegmentsFlags property.
        Returns:
        possible object is String
      • setEmptySegmentsFlags

        public void setEmptySegmentsFlags​(String value)
        Sets the value of the emptySegmentsFlags property.
        Parameters:
        value - allowed object is String