public class Envelope
extends java.lang.Object
Java-Klasse f�r Envelope complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
Constructor and Description |
---|
Envelope() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
Body |
getBody()
Ruft den Wert der body-Eigenschaft ab.
|
Header |
getHeader()
Ruft den Wert der header-Eigenschaft ab.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
void |
setBody(Body value)
Legt den Wert der body-Eigenschaft fest.
|
void |
setHeader(Header value)
Legt den Wert der header-Eigenschaft fest.
|
public Header getHeader()
Header
public void setHeader(Header value)
value
- allowed object is Header
public Body getBody()
Body
public void setBody(Body value)
value
- allowed object is Body
public java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list Element
Object
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.