org.jasig.schedassist.messaging
Class GetScheduleOwnerByIdRequest
java.lang.Object
org.jasig.schedassist.messaging.GetScheduleOwnerByIdRequest
public class GetScheduleOwnerByIdRequest
- extends Object
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="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected long |
id
|
|
Method Summary |
long |
getId()
Gets the value of the id property. |
void |
setId(long value)
Sets the value of the id property. |
String |
toString()
|
id
protected long id
GetScheduleOwnerByIdRequest
public GetScheduleOwnerByIdRequest()
getId
public long getId()
- Gets the value of the id property.
setId
public void setId(long value)
- Sets the value of the id property.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.