|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.logging._1.StackTraceType
public class StackTraceType
Java class for StackTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StackTraceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.extra-standard.de/namespace/components/1}AnyXML" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Text" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AnyXMLType> |
anyXML
|
protected List<TextType> |
text
|
| Constructor Summary | |
|---|---|
StackTraceType()
|
|
| Method Summary | |
|---|---|
List<AnyXMLType> |
getAnyXML()
Gets the value of the anyXML property. |
List<TextType> |
getText()
Gets the value of the text property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<AnyXMLType> anyXML
protected List<TextType> text
| Constructor Detail |
|---|
public StackTraceType()
| Method Detail |
|---|
public 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
public List<TextType> getText()
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||