de.extra_standard.namespace.logging._1
Class OperationType

java.lang.Object
  extended by de.extra_standard.namespace.logging._1.OperationType

public class OperationType
extends Object

Java class for OperationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/components/1}TimeStamp" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}ComponentID" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.extra-standard.de/namespace/logging/1}Event"/>
           <element ref="{http://www.extra-standard.de/namespace/logging/1}Exception"/>
           <element ref="{http://www.extra-standard.de/namespace/logging/1}Message"/>
           <element ref="{http://www.extra-standard.de/namespace/logging/1}Parameter"/>
           <element ref="{http://www.extra-standard.de/namespace/logging/1}Object"/>
         </choice>
       </sequence>
       <attribute name="id" use="required" type="{http://www.extra-standard.de/namespace/components/1}SimpleIDType" />
       <attribute name="name" type="{http://www.extra-standard.de/namespace/components/1}SimpleNameType" />
       <attribute name="description" type="{http://www.extra-standard.de/namespace/components/1}SimpleStringType" />
       <attribute name="successful" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="completionCode" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String completionCode
           
protected  String componentID
           
protected  String description
           
protected  List<Object> eventOrExceptionOrMessage
           
protected  String id
           
protected  String name
           
protected  Boolean successful
           
protected  XMLGregorianCalendar timeStamp
           
 
Constructor Summary
OperationType()
           
 
Method Summary
 String getCompletionCode()
          Gets the value of the completionCode property.
 String getComponentID()
          Gets the value of the componentID property.
 String getDescription()
          Gets the value of the description property.
 List<Object> getEventOrExceptionOrMessage()
          Gets the value of the eventOrExceptionOrMessage property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 XMLGregorianCalendar getTimeStamp()
          Gets the value of the timeStamp property.
 Boolean isSuccessful()
          Gets the value of the successful property.
 void setCompletionCode(String value)
          Sets the value of the completionCode property.
 void setComponentID(String value)
          Sets the value of the componentID property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setSuccessful(Boolean value)
          Sets the value of the successful property.
 void setTimeStamp(XMLGregorianCalendar value)
          Sets the value of the timeStamp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeStamp

protected XMLGregorianCalendar timeStamp

componentID

protected String componentID

eventOrExceptionOrMessage

protected List<Object> eventOrExceptionOrMessage

id

protected String id

name

protected String name

description

protected String description

successful

protected Boolean successful

completionCode

protected String completionCode
Constructor Detail

OperationType

public OperationType()
Method Detail

getTimeStamp

public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is XMLGregorianCalendar

setTimeStamp

public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getComponentID

public String getComponentID()
Gets the value of the componentID property.

Returns:
possible object is String

setComponentID

public void setComponentID(String value)
Sets the value of the componentID property.

Parameters:
value - allowed object is String

getEventOrExceptionOrMessage

public List<Object> getEventOrExceptionOrMessage()
Gets the value of the eventOrExceptionOrMessage property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eventOrExceptionOrMessage property.

For example, to add a new item, do as follows:

    getEventOrExceptionOrMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list EventType ExceptionType ParameterType ObjectType MessageType


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSuccessful

public Boolean isSuccessful()
Gets the value of the successful property.

Returns:
possible object is Boolean

setSuccessful

public void setSuccessful(Boolean value)
Sets the value of the successful property.

Parameters:
value - allowed object is Boolean

getCompletionCode

public String getCompletionCode()
Gets the value of the completionCode property.

Returns:
possible object is String

setCompletionCode

public void setCompletionCode(String value)
Sets the value of the completionCode property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.