|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.logging._1.LogTraceType
public class LogTraceType
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 |
|---|
protected ClassifiableIDType logID
protected ClassifiableIDType previousLogID
| Constructor Detail |
|---|
public LogTraceType()
| Method Detail |
|---|
public ClassifiableIDType getLogID()
ClassifiableIDTypepublic void setLogID(ClassifiableIDType value)
value - allowed object is
ClassifiableIDTypepublic ClassifiableIDType getPreviousLogID()
ClassifiableIDTypepublic void setPreviousLogID(ClassifiableIDType value)
value - allowed object is
ClassifiableIDType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||