org.apache.openejb.jee
Class Addressing
java.lang.Object
org.apache.openejb.jee.Addressing
public class Addressing
- extends Object
javaee_web_services_client_1_3.xsd
Java class for addressingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="required" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="responses" type="{http://java.sun.com/xml/ns/javaee}addressing-responsesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enabled
protected Boolean enabled
required
protected Boolean required
responses
protected AddressingResponses responses
Addressing
public Addressing()
getEnabled
public Boolean getEnabled()
setEnabled
public void setEnabled(Boolean value)
getRequired
public Boolean getRequired()
setRequired
public void setRequired(Boolean value)
getResponses
public AddressingResponses getResponses()
setResponses
public void setResponses(AddressingResponses value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.