public abstract class AbstractSchedule extends Object implements Serializable
Java class for abstractSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractSchedule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="startingAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Calendar |
startingAt |
Constructor and Description |
---|
AbstractSchedule() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getStartingAt()
Gets the value of the startingAt property.
|
boolean |
isSetStartingAt() |
void |
setStartingAt(Calendar value)
Sets the value of the startingAt property.
|
protected Calendar startingAt
public Calendar getStartingAt()
XMLGregorianCalendar
public void setStartingAt(Calendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartingAt()
Copyright © 2008–2017 MIL-OSS. All rights reserved.