org.apache.axis.message.addressing
Class Relationship

java.lang.Object
  extended byorg.apache.axis.message.addressing.Relationship
Direct Known Subclasses:
RelatesTo

public class Relationship
extends java.lang.Object

Java content class for Relationship complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 84)

 <complexType name="Relationship">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
       <attribute name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </simpleContent>
 </complexType>
 

Author:
Davanum Srinivas (dims@yahoo.com)

Constructor Summary
Relationship()
          Constructor RelatesTo
Relationship(java.lang.String uri, java.lang.String type)
          Constructor RelatesTo
Relationship(org.apache.axis.types.URI uri, javax.xml.namespace.QName type)
          Constructor RelatesTo
 
Method Summary
 javax.xml.namespace.QName getType()
          Method getType
 org.apache.axis.types.URI getURI()
          Method getURI
 void setType(javax.xml.namespace.QName type)
          Method set_type
 void setURI(org.apache.axis.types.URI uri)
          Method setURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relationship

public Relationship(java.lang.String uri,
                    java.lang.String type)
             throws org.apache.axis.types.URI.MalformedURIException
Constructor RelatesTo

Parameters:
uri -
type -
Throws:
URI.MalformedURIException

Relationship

public Relationship(org.apache.axis.types.URI uri,
                    javax.xml.namespace.QName type)
Constructor RelatesTo

Parameters:
uri -
type -

Relationship

public Relationship()
Constructor RelatesTo

Method Detail

getType

public javax.xml.namespace.QName getType()
Method getType

Returns:

setType

public void setType(javax.xml.namespace.QName type)
Method set_type

Parameters:
type -

getURI

public org.apache.axis.types.URI getURI()
Method getURI

Returns:

setURI

public void setURI(org.apache.axis.types.URI uri)
Method setURI

Parameters:
uri -


Copyright © 2004-2005 Apache Web Services. All Rights Reserved.