Class OTRSPendingTime

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSPendingTime
    extends java.lang.Object
    implements java.io.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>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger day  
      protected java.math.BigInteger diff  
      protected java.math.BigInteger hour  
      protected java.math.BigInteger minute  
      protected java.math.BigInteger month  
      protected java.math.BigInteger year  
    • Constructor Summary

      Constructors 
      Constructor Description
      OTRSPendingTime()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getDay()
      Gets the value of the day property.
      java.math.BigInteger getDiff()
      Gets the value of the diff property.
      java.math.BigInteger getHour()
      Gets the value of the hour property.
      java.math.BigInteger getMinute()
      Gets the value of the minute property.
      java.math.BigInteger getMonth()
      Gets the value of the month property.
      java.math.BigInteger getYear()
      Gets the value of the year property.
      void setDay​(java.math.BigInteger value)
      Sets the value of the day property.
      void setDiff​(java.math.BigInteger value)
      Sets the value of the diff property.
      void setHour​(java.math.BigInteger value)
      Sets the value of the hour property.
      void setMinute​(java.math.BigInteger value)
      Sets the value of the minute property.
      void setMonth​(java.math.BigInteger value)
      Sets the value of the month property.
      void setYear​(java.math.BigInteger value)
      Sets the value of the year property.
      • Methods inherited from class java.lang.Object

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

      • year

        protected java.math.BigInteger year
      • month

        protected java.math.BigInteger month
      • day

        protected java.math.BigInteger day
      • hour

        protected java.math.BigInteger hour
      • minute

        protected java.math.BigInteger minute
      • diff

        protected java.math.BigInteger diff
    • Constructor Detail

      • OTRSPendingTime

        public OTRSPendingTime()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String