com.sun.identity.federation.message.common
クラス EntityName

java.lang.Object
  上位を拡張 com.sun.identity.federation.message.common.EntityName
直系の既知のサブクラス:
GetComplete

public class EntityName
extends Object

This class has methods to create EntityName object.


フィールドの概要
protected  List otherElements
           
protected  String uri
           
 
コンストラクタの概要
EntityName()
          Default Constructor.
EntityName(String uri)
          Constructor create EntityName object.
EntityName(String uri, List otherElements)
          Constructor create EntityName object.
 
メソッドの概要
 List getOtherElements()
          Returns list of other elements.
 void setOtherElements(List otherElements)
          Sets list of other elements.
 void setURI(String uri)
          Sets the URI.
 

フィールドの詳細

uri

protected String uri

otherElements

protected List otherElements
コンストラクタの詳細

EntityName

public EntityName()
Default Constructor.


EntityName

public EntityName(String uri)
Constructor create EntityName object.

パラメータ:
uri - the URI.

EntityName

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

パラメータ:
uri - the URI.
otherElements - list of other elements.
メソッドの詳細

setURI

public void setURI(String uri)
Sets the URI.

パラメータ:
uri - the value of URI.

getOtherElements

public List getOtherElements()
Returns list of other elements.

戻り値:
list of other elements.
関連項目:
EntityName.setOtherElements(java.util.List)

setOtherElements

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

パラメータ:
otherElements - list of other elements.