| Package | Description |
|---|---|
| org.xmlsoap.schemas.soap.envelope |
| Modifier and Type | Field and Description |
|---|---|
protected Body |
Body.Builder._storedValue |
protected Body |
Envelope.body |
| Modifier and Type | Method and Description |
|---|---|
protected <_P extends Body> |
Body.Builder.init(_P _product) |
| Modifier and Type | Method and Description |
|---|---|
Body |
Body.Builder.build() |
Body |
ObjectFactory.createBody()
Create an instance of
Body |
Body |
Envelope.getBody()
Gets the value of the body property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Body> |
ObjectFactory.createBody(Body value)
|
| Modifier and Type | Method and Description |
|---|---|
static Body.Builder<Void> |
Body.copyExcept(Body _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Body.Builder<_B> |
Body.copyOf(Body _other) |
static <_B> Body.Builder<_B> |
Body.copyOf(Body _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Body.Builder<Void> |
Body.copyOnly(Body _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
JAXBElement<Body> |
ObjectFactory.createBody(Body value)
|
void |
Envelope.setBody(Body value)
Sets the value of the body property.
|
Envelope.Builder<_B> |
Envelope.Builder.withBody(Body body)
Sets the new value of "body" (any previous value will be replaced)
|
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Body _other,
boolean _copy) |
Builder(_B _parentBuilder,
Body _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Copyright © 2021 NorStella. All rights reserved.