Class RelativeSettings

java.lang.Object
com.oracle.communications.brm.cc.model.RelativeSettings
All Implemented Interfaces:
Serializable

public class RelativeSettings extends Object implements Serializable

Java class for relativeSettings complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="relativeSettings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="units">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="seconds"/>
               <enumeration value="minutes"/>
               <enumeration value="hours"/>
               <enumeration value="days"/>
               <enumeration value="months"/>
               <enumeration value="cycles"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • offset

      protected int offset
      The number of days, hours, minutes or so on after the cycle starts or ends.
    • units

      protected String units
      The offset unit. Can be one of the following:
      • seconds
      • minutes
      • hours
      • days
      • months
      • cycles
  • Constructor Details

    • RelativeSettings

      public RelativeSettings()
  • Method Details

    • getOffset

      public int getOffset()
      The number of days, hours, minutes or so on after the cycle starts or ends.
    • setOffset

      public void setOffset(int value)
      Sets the value of the offset property.
    • getUnits

      public String getUnits()
      The offset unit. Can be one of the following:
      • seconds
      • minutes
      • hours
      • days
      • months
      • cycles
      Returns:
      possible object is String
    • setUnits

      public void setUnits(String value)
      Sets the value of the units property.
      Parameters:
      value - allowed object is String
      See Also: