Uses of Class
org.somda.sdc.dpws.soap.model.Body
Packages that use Body
-
Uses of Body in org.somda.sdc.dpws.soap.model
Fields in org.somda.sdc.dpws.soap.model declared as BodyMethods in org.somda.sdc.dpws.soap.model that return BodyModifier and TypeMethodDescriptionBody.clone()Body.copyExcept(PropertyTree _propertyTree) Body.copyOnly(PropertyTree _propertyTree) ObjectFactory.createBody()Create an instance ofBodyBody.createCopy()Body.createCopy(PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse) Envelope.getBody()Gets the value of the body property.Methods in org.somda.sdc.dpws.soap.model that return types with arguments of type BodyModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Body>ObjectFactory.createBody(Body value) Methods in org.somda.sdc.dpws.soap.model with parameters of type BodyModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Body>ObjectFactory.createBody(Body value) voidSets the value of the body property.Constructors in org.somda.sdc.dpws.soap.model with parameters of type BodyModifierConstructorDescriptionInstantiates a Body copying the state of another BodyBody(Body _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse) Instantiates a Body copying the state of another Body