org.codehaus.activesoap.policy.addressing
Class AttributedURI

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

public class AttributedURI
extends AnyAttributeSupport


Field Summary
protected  String value
           
 
Constructor Summary
AttributedURI()
           
AttributedURI(String value)
           
 
Method Summary
 String getValue()
          Gets the value of the value property.
 void putValue(NamespaceContext namespaceContext, String value)
           
 void setValue(String 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 String value
Constructor Detail

AttributedURI

public AttributedURI()

AttributedURI

public AttributedURI(String value)
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

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.