org.codehaus.activesoap.policy.addressing
Class Relationship

java.lang.Object
  extended byorg.codehaus.activesoap.policy.addressing.AnyAttributeSupport
      extended byorg.codehaus.activesoap.policy.addressing.AttributedURI
          extended byorg.codehaus.activesoap.policy.addressing.Relationship
All Implemented Interfaces:
AnyAttribute, ElementContent

public class Relationship
extends AttributedURI


Field Summary
static QName RELATIONSHIP_TYPE_NAME
           
protected  QName relationshipType
           
 
Fields inherited from class org.codehaus.activesoap.policy.addressing.AttributedURI
value
 
Constructor Summary
Relationship()
           
 
Method Summary
 QName getRelationshipType()
          Gets the value of the relationshipType property.
 void putAttributeValue(NamespaceContext namespaceContext, QName attributeName, String attributeValue)
           
 void setRelationshipType(QName value)
          Sets the value of the relationshipType property.
 void writeAttributes(XMLStreamWriter out)
           
 
Methods inherited from class org.codehaus.activesoap.policy.addressing.AttributedURI
getValue, putValue, setValue, toString, writeContent
 
Methods inherited from class org.codehaus.activesoap.policy.addressing.AnyAttributeSupport
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RELATIONSHIP_TYPE_NAME

public static final QName RELATIONSHIP_TYPE_NAME

relationshipType

protected QName relationshipType
Constructor Detail

Relationship

public Relationship()
Method Detail

getRelationshipType

public QName getRelationshipType()
Gets the value of the relationshipType property.

Returns:
possible object is QName

setRelationshipType

public void setRelationshipType(QName value)
Sets the value of the relationshipType property.

Parameters:
value - allowed object is QName

putAttributeValue

public void putAttributeValue(NamespaceContext namespaceContext,
                              QName attributeName,
                              String attributeValue)
Specified by:
putAttributeValue in interface AnyAttribute
Overrides:
putAttributeValue in class AnyAttributeSupport

writeAttributes

public void writeAttributes(XMLStreamWriter out)
                     throws XMLStreamException
Overrides:
writeAttributes in class AnyAttributeSupport
Throws:
XMLStreamException


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.