|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.logging._1.OperationType
public class OperationType
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 |
|---|
protected XMLGregorianCalendar timeStamp
protected String componentID
protected List<Object> eventOrExceptionOrMessage
protected String id
protected String name
protected String description
protected Boolean successful
protected String completionCode
| Constructor Detail |
|---|
public OperationType()
| Method Detail |
|---|
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getComponentID()
Stringpublic void setComponentID(String value)
value - allowed object is
Stringpublic List<Object> getEventOrExceptionOrMessage()
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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isSuccessful()
Booleanpublic void setSuccessful(Boolean value)
value - allowed object is
Booleanpublic String getCompletionCode()
Stringpublic void setCompletionCode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||