Class RelativeSettings
java.lang.Object
com.oracle.communications.brm.cc.model.RelativeSettings
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
protected int offsetThe number of days, hours, minutes or so on after the cycle starts or ends. -
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
The offset unit. Can be one of the following:- seconds
- minutes
- hours
- days
- months
- cycles
- Returns:
- possible object is
String
-
setUnits
Sets the value of the units property.- Parameters:
value- allowed object isString- See Also:
-