org.codehaus.activesoap.policy.addressing
Class AttributedQName

java.lang.Object
  extended byorg.codehaus.activesoap.policy.addressing.AnyAttributeSupport
      extended byorg.codehaus.activesoap.policy.addressing.AttributedQName
All Implemented Interfaces:
AnyAttribute, ElementContent
Direct Known Subclasses:
ServiceNameType

public class AttributedQName
extends AnyAttributeSupport


Field Summary
protected  QName value
           
 
Constructor Summary
AttributedQName()
           
 
Method Summary
 QName getValue()
          Gets the value of the value property.
 void putValue(NamespaceContext namespaceContext, String value)
           
 void setValue(QName value)
          Sets the value of the value property.
 String toString()
           
 void writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 
Methods inherited from class org.codehaus.activesoap.policy.addressing.AnyAttributeSupport
getOtherAttributes, putAttributeValue, writeAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected QName value
Constructor Detail

AttributedQName

public AttributedQName()
Method Detail

getValue

public QName getValue()
Gets the value of the value property.

Returns:
possible object is QName

setValue

public void setValue(QName value)
Sets the value of the value property.

Parameters:
value - allowed object is QName

toString

public String toString()

putValue

public void putValue(NamespaceContext namespaceContext,
                     String value)

writeContent

public void writeContent(AnyElementMarshaler marshaler,
                         XMLStreamWriter out)
                  throws XMLStreamException
Throws:
XMLStreamException


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