Package org.apache.cxf.ws.rm.manager
Class RM10AddressingNamespaceType
java.lang.Object
org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType
Java class for RM10AddressingNamespaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RM10AddressingNamespaceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="uri" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<enumeration value="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
<enumeration value="http://www.w3.org/2005/08/addressing"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri
-
-
Constructor Details
-
RM10AddressingNamespaceType
public RM10AddressingNamespaceType()
-
-
Method Details