com.ebmwebsourcing.wsstar.jaxb.resource.resourcelifetime
Class TerminationNotification

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.jaxb.resource.resourcelifetime.TerminationNotification

public class TerminationNotification
extends java.lang.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="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

terminationTime

protected javax.xml.datatype.XMLGregorianCalendar terminationTime

terminationReason

protected java.lang.Object terminationReason
Constructor Detail

TerminationNotification

public TerminationNotification()
Method Detail

getTerminationTime

public javax.xml.datatype.XMLGregorianCalendar getTerminationTime()
Gets the value of the terminationTime property.

Returns:
possible object is XMLGregorianCalendar

setTerminationTime

public void setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the terminationTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTerminationReason

public java.lang.Object getTerminationReason()
Gets the value of the terminationReason property.

Returns:
possible object is Object

setTerminationReason

public void setTerminationReason(java.lang.Object value)
Sets the value of the terminationReason property.

Parameters:
value - allowed object is Object


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.