Apache CXF API

org.apache.cxf.ws.rm.manager
Class RM10AddressingNamespaceType

java.lang.Object
  extended by 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>
 


Field Summary
protected  String uri
           
 
Constructor Summary
RM10AddressingNamespaceType()
           
 
Method Summary
 String getUri()
          Gets the value of the uri property.
 boolean isSetUri()
           
 void setUri(String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected String uri
Constructor Detail

RM10AddressingNamespaceType

public RM10AddressingNamespaceType()
Method Detail

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isSetUri

public boolean isSetUri()

Apache CXF API

Apache CXF