com.sun.identity.federation.message.common
Class EntityName

java.lang.Object
  extended by com.sun.identity.federation.message.common.EntityName
Direct Known Subclasses:
GetComplete

public class EntityName
extends Object

This class has methods to create EntityName object.


Field Summary
protected  List otherElements
           
protected  String uri
           
 
Constructor Summary
EntityName()
          Default Constructor.
EntityName(String uri)
          Constructor create EntityName object.
EntityName(String uri, List otherElements)
          Constructor create EntityName object.
 
Method Summary
 List getOtherElements()
          Returns list of other elements.
 void setOtherElements(List otherElements)
          Sets list of other elements.
 void setURI(String uri)
          Sets the URI.
 

Field Detail

uri

protected String uri

otherElements

protected List otherElements
Constructor Detail

EntityName

public EntityName()
Default Constructor.


EntityName

public EntityName(String uri)
Constructor create EntityName object.

Parameters:
uri - the URI.

EntityName

public EntityName(String uri,
                  List otherElements)
Constructor create EntityName object.

Parameters:
uri - the URI.
otherElements - list of other elements.
Method Detail

setURI

public void setURI(String uri)
Sets the URI.

Parameters:
uri - the value of URI.

getOtherElements

public List getOtherElements()
Returns list of other elements.

Returns:
list of other elements.
See Also:
EntityName.setOtherElements(java.util.List)

setOtherElements

public void setOtherElements(List otherElements)
Sets list of other elements.

Parameters:
otherElements - list of other elements.