|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.logging._1.LogStreamType
public class LogStreamType
Java class for LogStreamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogStreamType">
<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}ProcessID" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/logging/1}LogTrace" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}AnyXML" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AnyXMLType> |
anyXML
|
protected String |
componentID
|
protected LogTraceType |
logTrace
|
protected String |
processID
|
protected XMLGregorianCalendar |
timeStamp
|
| Constructor Summary | |
|---|---|
LogStreamType()
|
|
| Method Summary | |
|---|---|
List<AnyXMLType> |
getAnyXML()
Gets the value of the anyXML property. |
String |
getComponentID()
Gets the value of the componentID property. |
LogTraceType |
getLogTrace()
Gets the value of the logTrace property. |
String |
getProcessID()
Gets the value of the processID property. |
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property. |
void |
setComponentID(String value)
Sets the value of the componentID property. |
void |
setLogTrace(LogTraceType value)
Sets the value of the logTrace property. |
void |
setProcessID(String value)
Sets the value of the processID 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 |
|---|
protected XMLGregorianCalendar timeStamp
protected String componentID
protected String processID
protected LogTraceType logTrace
protected List<AnyXMLType> anyXML
| Constructor Detail |
|---|
public LogStreamType()
| Method Detail |
|---|
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getComponentID()
Stringpublic void setComponentID(String value)
value - allowed object is
Stringpublic String getProcessID()
Stringpublic void setProcessID(String value)
value - allowed object is
Stringpublic LogTraceType getLogTrace()
LogTraceTypepublic void setLogTrace(LogTraceType value)
value - allowed object is
LogTraceTypepublic List<AnyXMLType> getAnyXML()
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 anyXML property.
For example, to add a new item, do as follows:
getAnyXML().add(newItem);
Objects of the following type(s) are allowed in the list
AnyXMLType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||