de.extra_standard.namespace.logging._1
Class StackTraceType

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

public class StackTraceType
extends Object

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

anyXML

protected List<AnyXMLType> anyXML

text

protected List<TextType> text
Constructor Detail

StackTraceType

public StackTraceType()
Method Detail

getAnyXML

public List<AnyXMLType> getAnyXML()
Gets the value of the anyXML property.

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


getText

public List<TextType> getText()
Gets the value of the text property.

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



Copyright © 2012-2013. All Rights Reserved.