Package org.apache.cxf.ws.rm.manager
Class RM10AddressingNamespaceType
- java.lang.Object
-
- org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType
-
public class RM10AddressingNamespaceType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description RM10AddressingNamespaceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUri()
Gets the value of the uri property.boolean
isSetUri()
void
setUri(String value)
Sets the value of the uri property.
-
-
-
Field Detail
-
uri
protected String uri
-
-