de.extra_standard.namespace.logging._1
Class EventType

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

public class EventType
extends Object

Java class for EventType complex type.

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

 <complexType name="EventType">
   <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"/>
         <element ref="{http://www.extra-standard.de/namespace/logging/1}Message" maxOccurs="unbounded" minOccurs="0"/>
       </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" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String componentID
           
protected  String description
           
protected  String id
           
protected  List<MessageType> message
           
protected  String name
           
protected  XMLGregorianCalendar timeStamp
           
 
Constructor Summary
EventType()
           
 
Method Summary
 String getComponentID()
          Gets the value of the componentID property.
 String getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 List<MessageType> getMessage()
          Gets the value of the message property.
 String getName()
          Gets the value of the name property.
 XMLGregorianCalendar getTimeStamp()
          Gets the value of the timeStamp 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 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

message

protected List<MessageType> message

id

protected String id

name

protected String name

description

protected String description
Constructor Detail

EventType

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

getMessage

public List<MessageType> getMessage()
Gets the value of the message 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 message property.

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

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list 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


Copyright © 2012-2013. All Rights Reserved.