public class OTRSTicketSearchTicketFlag extends Object implements Serializable
Java class for OTRS_TicketSearch_TicketFlag complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="OTRS_TicketSearch_TicketFlag">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Seen" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected BigInteger | seen | 
| Constructor and Description | 
|---|
| OTRSTicketSearchTicketFlag() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigInteger | getSeen()Gets the value of the seen property. | 
| void | setSeen(BigInteger value)Sets the value of the seen property. | 
protected BigInteger seen
public BigInteger getSeen()
Stringpublic void setSeen(BigInteger value)
value - allowed object is
     StringCopyright © 2019. All rights reserved.