Uses of Class
org.xmlsoap.schemas.soap.envelope.Body
-
Packages that use Body Package Description org.xmlsoap.schemas.soap.envelope -
-
Uses of Body in org.xmlsoap.schemas.soap.envelope
Fields in org.xmlsoap.schemas.soap.envelope declared as Body Modifier and Type Field Description protected BodyBody.Builder. _storedValueprotected BodyEnvelope. bodyMethods in org.xmlsoap.schemas.soap.envelope with type parameters of type Body Modifier and Type Method Description protected <_P extends Body>
_PBody.Builder. init(_P _product)Methods in org.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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)
-