public class OTRSPendingTime extends Object implements Serializable
Java class for OTRS_PendingTime complex type.
The following schema fragment specifies the expected content contained within this class.
 <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>
 | Modifier and Type | Field and Description | 
|---|---|
protected BigInteger | 
day  | 
protected BigInteger | 
diff  | 
protected BigInteger | 
hour  | 
protected BigInteger | 
minute  | 
protected BigInteger | 
month  | 
protected BigInteger | 
year  | 
| Constructor and Description | 
|---|
OTRSPendingTime()  | 
| Modifier and Type | Method and Description | 
|---|---|
BigInteger | 
getDay()
Gets the value of the day property. 
 | 
BigInteger | 
getDiff()
Gets the value of the diff property. 
 | 
BigInteger | 
getHour()
Gets the value of the hour property. 
 | 
BigInteger | 
getMinute()
Gets the value of the minute property. 
 | 
BigInteger | 
getMonth()
Gets the value of the month property. 
 | 
BigInteger | 
getYear()
Gets the value of the year property. 
 | 
void | 
setDay(BigInteger value)
Sets the value of the day property. 
 | 
void | 
setDiff(BigInteger value)
Sets the value of the diff property. 
 | 
void | 
setHour(BigInteger value)
Sets the value of the hour property. 
 | 
void | 
setMinute(BigInteger value)
Sets the value of the minute property. 
 | 
void | 
setMonth(BigInteger value)
Sets the value of the month property. 
 | 
void | 
setYear(BigInteger value)
Sets the value of the year property. 
 | 
protected BigInteger year
protected BigInteger month
protected BigInteger day
protected BigInteger hour
protected BigInteger minute
protected BigInteger diff
public BigInteger getYear()
Stringpublic void setYear(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getMonth()
Stringpublic void setMonth(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getDay()
Stringpublic void setDay(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getHour()
Stringpublic void setHour(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getMinute()
Stringpublic void setMinute(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getDiff()
Stringpublic void setDiff(BigInteger value)
value - allowed object is
     StringCopyright © 2021. All rights reserved.