|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.jaxb.resource.resourcelifetime.TerminationNotification
public class TerminationNotification
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="TerminationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="TerminationReason" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Object |
terminationReason
|
protected javax.xml.datatype.XMLGregorianCalendar |
terminationTime
|
| Constructor Summary | |
|---|---|
TerminationNotification()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getTerminationReason()
Gets the value of the terminationReason property. |
javax.xml.datatype.XMLGregorianCalendar |
getTerminationTime()
Gets the value of the terminationTime property. |
void |
setTerminationReason(java.lang.Object value)
Sets the value of the terminationReason property. |
void |
setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the terminationTime property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.datatype.XMLGregorianCalendar terminationTime
protected java.lang.Object terminationReason
| Constructor Detail |
|---|
public TerminationNotification()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getTerminationTime()
XMLGregorianCalendarpublic void setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Object getTerminationReason()
Objectpublic void setTerminationReason(java.lang.Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||