Package org.otrs.ticketconnector
Class OTRSTicketSearchTicketFlag
- java.lang.Object
 - 
- org.otrs.ticketconnector.OTRSTicketSearchTicketFlag
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class OTRSTicketSearchTicketFlag extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegerseen 
- 
Constructor Summary
Constructors Constructor Description OTRSTicketSearchTicketFlag() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetSeen()Gets the value of the seen property.voidsetSeen(java.math.BigInteger value)Sets the value of the seen property. 
 -