Searched refs:BodyType (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/soap/
H A DBodyType.java13 * Java content class for BodyType complex type.
17 * <complexType name="BodyType">
29 public interface BodyType { interface
H A DEnvelopeType.java63 * {@link com.sun.identity.liberty.ws.common.jaxb.soap.BodyType}
65 com.sun.identity.liberty.ws.common.jaxb.soap.BodyType getBody();
73 * {@link com.sun.identity.liberty.ws.common.jaxb.soap.BodyType}
75 void setBody(com.sun.identity.liberty.ws.common.jaxb.soap.BodyType value);
H A DBodyElement.java17 * <element name="Body" type="{http://schemas.xmlsoap.org/soap/envelope/}BodyType"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.soap.BodyType
H A DObjectFactory.java38 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.soap.BodyType.class), "com.sun.identity.liberty.ws.common.jaxb.soap.impl.BodyTypeImpl");
138 * Create an instance of BodyType
143 public com.sun.identity.liberty.ws.common.jaxb.soap.BodyType createBodyType()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/soap/
H A DBodyType.java13 * Java content class for BodyType complex type.
17 * <complexType name="BodyType">
29 public interface BodyType { interface
H A DEnvelopeType.java63 * {@link com.sun.identity.liberty.ws.common.jaxb.soap.BodyType}
65 com.sun.identity.liberty.ws.common.jaxb.soap.BodyType getBody();
73 * {@link com.sun.identity.liberty.ws.common.jaxb.soap.BodyType}
75 void setBody(com.sun.identity.liberty.ws.common.jaxb.soap.BodyType value);
H A DBodyElement.java17 * <element name="Body" type="{http://schemas.xmlsoap.org/soap/envelope/}BodyType"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.soap.BodyType
H A DObjectFactory.java38 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.soap.BodyType.class), "com.sun.identity.liberty.ws.common.jaxb.soap.impl.BodyTypeImpl");
138 * Create an instance of BodyType
143 public com.sun.identity.liberty.ws.common.jaxb.soap.BodyType createBodyType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/soap/impl/
H A DBodyTypeImpl.java11 public class BodyTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.soap.BodyType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
19 return (com.sun.identity.liberty.ws.common.jaxb.soap.BodyType.class);
68 return (com.sun.identity.liberty.ws.common.jaxb.soap.BodyType.class);
H A DEnvelopeTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.soap.BodyType _Body;
35 public com.sun.identity.liberty.ws.common.jaxb.soap.BodyType getBody() {
39 public void setBody(com.sun.identity.liberty.ws.common.jaxb.soap.BodyType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/soap/impl/
H A DBodyTypeImpl.java11 public class BodyTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.soap.BodyType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
19 return (com.sun.identity.liberty.ws.common.jaxb.soap.BodyType.class);
68 return (com.sun.identity.liberty.ws.common.jaxb.soap.BodyType.class);
H A DEnvelopeTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.soap.BodyType _Body;
35 public com.sun.identity.liberty.ws.common.jaxb.soap.BodyType getBody() {
39 public void setBody(com.sun.identity.liberty.ws.common.jaxb.soap.BodyType value) {

Completed in 73 milliseconds