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>
 
  • Field Details

  • Constructor Details

    • RM10AddressingNamespaceType

      public RM10AddressingNamespaceType()
  • Method Details

    • 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()