Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class WorkPeriodType

java.lang.Object
  extended by oracle.bpm.services.organization.model.WorkPeriodType

All Implemented Interfaces:
java.io.Serializable

public class WorkPeriodType
extends java.lang.Object
implements java.io.Serializable

Represents working period within a work day

Java class for workPeriodType complex type.

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

 <complexType name="workPeriodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
         <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
WorkPeriodType()
           

 

Method Summary
 javax.xml.datatype.XMLGregorianCalendar getEndTime()
          Gets the value of the endTime property.
 javax.xml.datatype.XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 boolean isSetEndTime()
           
 boolean isSetStartTime()
           
 void setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the endTime property.
 void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startTime property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WorkPeriodType

public WorkPeriodType()

Method Detail

getStartTime

public javax.xml.datatype.XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.
Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetStartTime

public boolean isSetStartTime()

getEndTime

public javax.xml.datatype.XMLGregorianCalendar getEndTime()
Gets the value of the endTime property.
Returns:
possible object is XMLGregorianCalendar

setEndTime

public void setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endTime property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetEndTime

public boolean isSetEndTime()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.