org.ws4d.java.types
Class ReferenceParametersMData.ReferenceParameter

java.lang.Object
  extended by org.ws4d.java.types.ReferenceParametersMData.ReferenceParameter
Enclosing class:
ReferenceParametersMData

public static class ReferenceParametersMData.ReferenceParameter
extends java.lang.Object


Constructor Summary
ReferenceParametersMData.ReferenceParameter(java.lang.String namespace, java.lang.String name)
           
 
Method Summary
 void appendChunk(java.lang.String chunk)
           
 java.lang.String[] getChunks()
          Returns an array containing all the chunks of unknown XML character data stored within this reference parameter instance.
 java.lang.String getName()
           
 java.lang.String getNamespace()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceParametersMData.ReferenceParameter

public ReferenceParametersMData.ReferenceParameter(java.lang.String namespace,
                                                   java.lang.String name)
Parameters:
namespace -
name -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getNamespace

public java.lang.String getNamespace()
Returns:
the namespace

getName

public java.lang.String getName()
Returns:
the name

appendChunk

public void appendChunk(java.lang.String chunk)
Parameters:
chunk - the next content chunk to append

getChunks

public java.lang.String[] getChunks()
Returns an array containing all the chunks of unknown XML character data stored within this reference parameter instance. In case there are no chunks, an array of length zero is returned. The returned array contains always a namespace URI at each of its odd elements and a chunk of XML characters at the even ones.

Returns:
an array containing all the chunks