Uses of Class
org.w3.soap.Body
-
Packages that use Body Package Description org.w3.soap -
-
Uses of Body in org.w3.soap
Fields in org.w3.soap declared as Body Modifier and Type Field Description protected BodyBody.Builder. _storedValueprotected BodyEnvelope. bodyMethods in org.w3.soap with type parameters of type Body Modifier and Type Method Description protected <_P extends Body>
_PBody.Builder. init(_P _product)Methods in org.w3.soap that return Body Modifier and Type Method Description BodyBody.Builder. build()BodyObjectFactory. createBody()Create an instance ofBodyBodyEnvelope. getBody()Gets the value of the body property.Methods in org.w3.soap that return types with arguments of type Body Modifier and Type Method Description javax.xml.bind.JAXBElement<Body>ObjectFactory. createBody(Body value)Methods in org.w3.soap with parameters of type Body Modifier and Type Method Description static Body.Builder<Void>Body. copyExcept(Body _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Body.Builder<_B>Body.Builder. copyOf(Body _other)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)javax.xml.bind.JAXBElement<Body>ObjectFactory. createBody(Body value)voidEnvelope. 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)Constructors in org.w3.soap with parameters of type Body Constructor 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)
-