|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.GetTargetAvailableBlockRequest
public class GetTargetAvailableBlockRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
doubleLength
|
protected long |
ownerId
|
protected XMLGregorianCalendar |
startTime
|
| Constructor Summary | |
|---|---|
GetTargetAvailableBlockRequest()
|
|
| Method Summary | |
|---|---|
long |
getOwnerId()
Gets the value of the ownerId property. |
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
boolean |
isDoubleLength()
|
void |
setDoubleLength(boolean doubleLength)
|
void |
setOwnerId(long value)
Sets the value of the ownerId property. |
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long ownerId
protected XMLGregorianCalendar startTime
protected boolean doubleLength
| Constructor Detail |
|---|
public GetTargetAvailableBlockRequest()
| Method Detail |
|---|
public long getOwnerId()
public void setOwnerId(long value)
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isDoubleLength()
public void setDoubleLength(boolean doubleLength)
doubleLength - the doubleLength to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||