|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.message.addressing.Relationship
public class Relationship
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>
| 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 |
|---|
public Relationship(java.lang.String uri,
java.lang.String type)
throws org.apache.axis.types.URI.MalformedURIException
uri - type -
URI.MalformedURIException
public Relationship(org.apache.axis.types.URI uri,
javax.xml.namespace.QName type)
uri - type - public Relationship()
| Method Detail |
|---|
public javax.xml.namespace.QName getType()
public void setType(javax.xml.namespace.QName type)
type - public org.apache.axis.types.URI getURI()
public void setURI(org.apache.axis.types.URI uri)
uri -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||