au.edu.jcu.hpc.srb.mcatext.srbnotify
Class PathNotificationRequest
java.lang.Object
au.edu.jcu.hpc.srb.mcatext.srbnotify.PathNotificationRequest
public class PathNotificationRequest
- extends java.lang.Object
Java class for pathNotificationRequest element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="pathNotificationRequest">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="changeLog" type="{http://events.mcatext.srb.hpc.jcu.edu.au/}PathChangeLog"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
changeLog
protected PathChangeLog changeLog
PathNotificationRequest
public PathNotificationRequest()
getChangeLog
public PathChangeLog getChangeLog()
- Gets the value of the changeLog property.
- Returns:
- possible object is
PathChangeLog
setChangeLog
public void setChangeLog(PathChangeLog value)
- Sets the value of the changeLog property.
- Parameters:
value - allowed object is
PathChangeLog
Copyright © 2008. All Rights Reserved.