Class OTRSPendingTime

  • All Implemented Interfaces:
    Serializable

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • OTRSPendingTime

        public OTRSPendingTime()
    • Method Detail

      • getYear

        public BigInteger getYear()
        Gets the value of the year property.
        Returns:
        possible object is String
      • setYear

        public void setYear​(BigInteger value)
        Sets the value of the year property.
        Parameters:
        value - allowed object is String
      • getMonth

        public BigInteger getMonth()
        Gets the value of the month property.
        Returns:
        possible object is String
      • setMonth

        public void setMonth​(BigInteger value)
        Sets the value of the month property.
        Parameters:
        value - allowed object is String
      • getDay

        public BigInteger getDay()
        Gets the value of the day property.
        Returns:
        possible object is String
      • setDay

        public void setDay​(BigInteger value)
        Sets the value of the day property.
        Parameters:
        value - allowed object is String
      • getHour

        public BigInteger getHour()
        Gets the value of the hour property.
        Returns:
        possible object is String
      • setHour

        public void setHour​(BigInteger value)
        Sets the value of the hour property.
        Parameters:
        value - allowed object is String
      • getMinute

        public BigInteger getMinute()
        Gets the value of the minute property.
        Returns:
        possible object is String
      • setMinute

        public void setMinute​(BigInteger value)
        Sets the value of the minute property.
        Parameters:
        value - allowed object is String
      • getDiff

        public BigInteger getDiff()
        Gets the value of the diff property.
        Returns:
        possible object is String
      • setDiff

        public void setDiff​(BigInteger value)
        Sets the value of the diff property.
        Parameters:
        value - allowed object is String