org.objectweb.jotm.btp.messages
Class InferiorName

java.lang.Object
  |
  +--org.objectweb.jotm.btp.messages.Qualifier
        |
        +--org.objectweb.jotm.btp.messages.InferiorName

public class InferiorName
extends Qualifier


Constructor Summary
InferiorName(String name)
          Create a new InferiorName qualifier.
InferiorName(XElement el)
           
 
Method Summary
 String getInferiorName()
           
 
Methods inherited from class org.objectweb.jotm.btp.messages.Qualifier
addElement, elementAt, getName, setContent, setContent, setGroup, setMustBeUnderstood, setToBePropagated, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferiorName

public InferiorName(String name)
Create a new InferiorName qualifier.

Parameters:
name - the inferior name

InferiorName

public InferiorName(XElement el)
Method Detail

getInferiorName

public String getInferiorName()