org.apache.felix.obr.plugin
Class PElement

java.lang.Object
  extended by org.apache.felix.obr.plugin.PElement

public class PElement
extends java.lang.Object

this class describe the p element in a capability tag.

Author:
Felix Project Team

Constructor Summary
PElement()
           
 
Method Summary
 java.lang.String getN()
          get the n tag.
 org.w3c.dom.Node getNode(org.w3c.dom.Document father)
          transform this object to node.
 java.lang.String getT()
          get the t tag.
 java.lang.String getV()
          get the v tag.
 void setN(java.lang.String n)
          set the n tage.
 void setT(java.lang.String t)
          set the t tag.
 void setV(java.lang.String v)
          set the v tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PElement

public PElement()
Method Detail

getN

public java.lang.String getN()
get the n tag.

Returns:
attribute n

setN

public void setN(java.lang.String n)
set the n tage.

Parameters:
n - new value

getT

public java.lang.String getT()
get the t tag.

Returns:
attribute t

setT

public void setT(java.lang.String t)
set the t tag.

Parameters:
t - new value

getV

public java.lang.String getV()
get the v tag.

Returns:
attribute v

setV

public void setV(java.lang.String v)
set the v tag.

Parameters:
v - new value

getNode

public org.w3c.dom.Node getNode(org.w3c.dom.Document father)
transform this object to node.

Parameters:
father - father document for create Node
Returns:
node