Package org.otrs.ticketconnector
Class OTRSPendingTime
- java.lang.Object
 - 
- org.otrs.ticketconnector.OTRSPendingTime
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class OTRSPendingTime extends java.lang.Object implements java.io.Serializable<p>Java class for OTRS_PendingTime complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="OTRS_PendingTime"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element name="Year" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="Month" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="Day" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="Hour" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="Minute" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> </sequence> <element name="Diff" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> </choice> </restriction> </complexContent> </complexType> </pre>- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OTRSPendingTime() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetDay()Gets the value of the day property.java.math.BigIntegergetDiff()Gets the value of the diff property.java.math.BigIntegergetHour()Gets the value of the hour property.java.math.BigIntegergetMinute()Gets the value of the minute property.java.math.BigIntegergetMonth()Gets the value of the month property.java.math.BigIntegergetYear()Gets the value of the year property.voidsetDay(java.math.BigInteger value)Sets the value of the day property.voidsetDiff(java.math.BigInteger value)Sets the value of the diff property.voidsetHour(java.math.BigInteger value)Sets the value of the hour property.voidsetMinute(java.math.BigInteger value)Sets the value of the minute property.voidsetMonth(java.math.BigInteger value)Sets the value of the month property.voidsetYear(java.math.BigInteger value)Sets the value of the year property. 
 - 
 
- 
- 
Method Detail
- 
getYear
public java.math.BigInteger getYear()
Gets the value of the year property.- Returns:
 - possible object is
     
String 
 
- 
setYear
public void setYear(java.math.BigInteger value)
Sets the value of the year property.- Parameters:
 value- allowed object isString
 
- 
getMonth
public java.math.BigInteger getMonth()
Gets the value of the month property.- Returns:
 - possible object is
     
String 
 
- 
setMonth
public void setMonth(java.math.BigInteger value)
Sets the value of the month property.- Parameters:
 value- allowed object isString
 
- 
getDay
public java.math.BigInteger getDay()
Gets the value of the day property.- Returns:
 - possible object is
     
String 
 
- 
setDay
public void setDay(java.math.BigInteger value)
Sets the value of the day property.- Parameters:
 value- allowed object isString
 
- 
getHour
public java.math.BigInteger getHour()
Gets the value of the hour property.- Returns:
 - possible object is
     
String 
 
- 
setHour
public void setHour(java.math.BigInteger value)
Sets the value of the hour property.- Parameters:
 value- allowed object isString
 
- 
getMinute
public java.math.BigInteger getMinute()
Gets the value of the minute property.- Returns:
 - possible object is
     
String 
 
- 
setMinute
public void setMinute(java.math.BigInteger value)
Sets the value of the minute property.- Parameters:
 value- allowed object isString
 
- 
getDiff
public java.math.BigInteger getDiff()
Gets the value of the diff property.- Returns:
 - possible object is
     
String 
 
- 
setDiff
public void setDiff(java.math.BigInteger value)
Sets the value of the diff property.- Parameters:
 value- allowed object isString
 
 - 
 
 -