|
||||||||||
| 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 Relationship. |
|
Relationship(java.lang.String uri)
Constructor Relationship. |
|
Relationship(java.lang.String uri,
java.lang.String type)
Constructor Relationship. |
|
Relationship(org.apache.axis.types.URI uri,
javax.xml.namespace.QName type)
Constructor Relationship. |
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getType()
Method getType. |
java.lang.String |
getTypeIRI()
Gets the type IRI. |
org.apache.axis.types.URI |
getURI()
Method getURI. |
void |
setType(javax.xml.namespace.QName type)
Method set_type. |
void |
setTypeIRI(java.lang.String typeIRI)
Sets the type IRI. |
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()
public Relationship(java.lang.String uri)
throws org.apache.axis.types.URI.MalformedURIException
uri - Relationship type
URI.MalformedURIException - If the URI is not valid
public Relationship(java.lang.String uri,
java.lang.String type)
throws org.apache.axis.types.URI.MalformedURIException
uri - Relationship URItype - Relationship type
URI.MalformedURIException - If any of the URIs is invalid
public Relationship(org.apache.axis.types.URI uri,
javax.xml.namespace.QName type)
uri - Relationship URItype - Relationship type| Method Detail |
|---|
public javax.xml.namespace.QName getType()
public java.lang.String getTypeIRI()
public org.apache.axis.types.URI getURI()
public void setType(javax.xml.namespace.QName type)
type - The relationship typepublic void setTypeIRI(java.lang.String typeIRI)
typeIRI - The type IRIpublic void setURI(org.apache.axis.types.URI uri)
uri - The URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||