de.extra_standard.namespace.logging._1
Class LogTraceType

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

public class LogTraceType
extends Object

Java class for LogTraceType complex type.

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

 <complexType name="LogTraceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/logging/1}LogID"/>
         <element ref="{http://www.extra-standard.de/namespace/logging/1}PreviousLogID" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ClassifiableIDType logID
           
protected  ClassifiableIDType previousLogID
           
 
Constructor Summary
LogTraceType()
           
 
Method Summary
 ClassifiableIDType getLogID()
          Gets the value of the logID property.
 ClassifiableIDType getPreviousLogID()
          Gets the value of the previousLogID property.
 void setLogID(ClassifiableIDType value)
          Sets the value of the logID property.
 void setPreviousLogID(ClassifiableIDType value)
          Sets the value of the previousLogID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logID

protected ClassifiableIDType logID

previousLogID

protected ClassifiableIDType previousLogID
Constructor Detail

LogTraceType

public LogTraceType()
Method Detail

getLogID

public ClassifiableIDType getLogID()
Gets the value of the logID property.

Returns:
possible object is ClassifiableIDType

setLogID

public void setLogID(ClassifiableIDType value)
Sets the value of the logID property.

Parameters:
value - allowed object is ClassifiableIDType

getPreviousLogID

public ClassifiableIDType getPreviousLogID()
Gets the value of the previousLogID property.

Returns:
possible object is ClassifiableIDType

setPreviousLogID

public void setPreviousLogID(ClassifiableIDType value)
Sets the value of the previousLogID property.

Parameters:
value - allowed object is ClassifiableIDType


Copyright © 2012-2013. All Rights Reserved.