de.extra_standard.namespace.logging._1
Class MessageType

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

public class MessageType
extends Object

Java class for MessageType complex type.

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

 <complexType name="MessageType">
   <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}Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String componentID
           
protected  TextType text
           
protected  XMLGregorianCalendar timeStamp
           
 
Constructor Summary
MessageType()
           
 
Method Summary
 String getComponentID()
          Gets the value of the componentID property.
 TextType getText()
          Gets the value of the text property.
 XMLGregorianCalendar getTimeStamp()
          Gets the value of the timeStamp property.
 void setComponentID(String value)
          Sets the value of the componentID property.
 void setText(TextType value)
          Sets the value of the text 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

text

protected TextType text
Constructor Detail

MessageType

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

getText

public TextType getText()
Gets the value of the text property.

Returns:
possible object is TextType

setText

public void setText(TextType value)
Sets the value of the text property.

Parameters:
value - allowed object is TextType


Copyright © 2012-2013. All Rights Reserved.