org.apache.axis2.addressing
Class AnyContentType

java.lang.Object
  extended byorg.apache.axis2.addressing.AnyContentType
All Implemented Interfaces:
java.io.Serializable

public class AnyContentType
extends java.lang.Object
implements java.io.Serializable

Class AnyContentType

See Also:
Serialized Form

Constructor Summary
AnyContentType()
          Constructor AnyContentType
 
Method Summary
 void addReferenceValue(javax.xml.namespace.QName name, java.lang.String value)
          Method addReferenceValue
 java.util.Iterator getKeys()
           
 java.lang.String getReferenceValue(javax.xml.namespace.QName name)
          Method getReferenceValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyContentType

public AnyContentType()
Constructor AnyContentType

Method Detail

addReferenceValue

public void addReferenceValue(javax.xml.namespace.QName name,
                              java.lang.String value)
Method addReferenceValue

Parameters:
name -
value -

getReferenceValue

public java.lang.String getReferenceValue(javax.xml.namespace.QName name)
Method getReferenceValue

Parameters:
name -
Returns:

getKeys

public java.util.Iterator getKeys()