de.extra_standard.namespace.logging._1
Class LogSequenceType

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

public class LogSequenceType
extends Object

Java class for LogSequenceType complex type.

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

 <complexType name="LogSequenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/components/1}TimeStamp"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}ComponentID" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}ProcessID" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/logging/1}LogTrace" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element ref="{http://www.extra-standard.de/namespace/logging/1}LogSequence"/>
           <element ref="{http://www.extra-standard.de/namespace/logging/1}LogStream"/>
           <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}Operation"/>
           <element ref="{http://www.extra-standard.de/namespace/logging/1}State"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String componentID
           
protected  List<Object> logSequenceOrLogStreamOrEvent
           
protected  LogTraceType logTrace
           
protected  String processID
           
protected  XMLGregorianCalendar timeStamp
           
 
Constructor Summary
LogSequenceType()
           
 
Method Summary
 String getComponentID()
          Gets the value of the componentID property.
 List<Object> getLogSequenceOrLogStreamOrEvent()
          Gets the value of the logSequenceOrLogStreamOrEvent property.
 LogTraceType getLogTrace()
          Gets the value of the logTrace property.
 String getProcessID()
          Gets the value of the processID property.
 XMLGregorianCalendar getTimeStamp()
          Gets the value of the timeStamp property.
 void setComponentID(String value)
          Sets the value of the componentID property.
 void setLogTrace(LogTraceType value)
          Sets the value of the logTrace property.
 void setProcessID(String value)
          Sets the value of the processID 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

processID

protected String processID

logTrace

protected LogTraceType logTrace

logSequenceOrLogStreamOrEvent

protected List<Object> logSequenceOrLogStreamOrEvent
Constructor Detail

LogSequenceType

public LogSequenceType()
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

getProcessID

public String getProcessID()
Gets the value of the processID property.

Returns:
possible object is String

setProcessID

public void setProcessID(String value)
Sets the value of the processID property.

Parameters:
value - allowed object is String

getLogTrace

public LogTraceType getLogTrace()
Gets the value of the logTrace property.

Returns:
possible object is LogTraceType

setLogTrace

public void setLogTrace(LogTraceType value)
Sets the value of the logTrace property.

Parameters:
value - allowed object is LogTraceType

getLogSequenceOrLogStreamOrEvent

public List<Object> getLogSequenceOrLogStreamOrEvent()
Gets the value of the logSequenceOrLogStreamOrEvent 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 logSequenceOrLogStreamOrEvent property.

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

    getLogSequenceOrLogStreamOrEvent().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageType StateType LogStreamType LogSequenceType ExceptionType EventType OperationType



Copyright © 2012-2013. All Rights Reserved.