Class OTRSTicketSearchTicketFlag

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSTicketSearchTicketFlag
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for OTRS_TicketSearch_TicketFlag complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OTRS_TicketSearch_TicketFlag"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="Seen" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger seen  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getSeen()
      Gets the value of the seen property.
      void setSeen​(java.math.BigInteger value)
      Sets the value of the seen property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • seen

        protected java.math.BigInteger seen
    • Constructor Detail

      • OTRSTicketSearchTicketFlag

        public OTRSTicketSearchTicketFlag()
    • Method Detail

      • getSeen

        public java.math.BigInteger getSeen()
        Gets the value of the seen property.
        Returns:
        possible object is String
      • setSeen

        public void setSeen​(java.math.BigInteger value)
        Sets the value of the seen property.
        Parameters:
        value - allowed object is String