public class TraceHeader extends Object
Java class for traceHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="traceHeader">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="traceIdentifier" type="{http://openhubframework.org/ws/Common-v1}traceIdentifier"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TraceIdentifier |
traceIdentifier |
| Constructor and Description |
|---|
TraceHeader() |
| Modifier and Type | Method and Description |
|---|---|
TraceIdentifier |
getTraceIdentifier()
Gets the value of the traceIdentifier property.
|
void |
setTraceIdentifier(TraceIdentifier value)
Sets the value of the traceIdentifier property.
|
protected TraceIdentifier traceIdentifier
public TraceIdentifier getTraceIdentifier()
TraceIdentifierpublic void setTraceIdentifier(TraceIdentifier value)
value - allowed object is
TraceIdentifierCopyright © 2018 Pivotal Software, Inc.. All rights reserved.