|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.federation.message.common.EntityName
public class EntityName
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. |
| フィールドの詳細 |
|---|
protected String uri
protected List otherElements
| コンストラクタの詳細 |
|---|
public EntityName()
public EntityName(String uri)
EntityName object.
uri - the URI.
public EntityName(String uri,
List otherElements)
EntityName object.
uri - the URI.otherElements - list of other elements.| メソッドの詳細 |
|---|
public void setURI(String uri)
URI.
uri - the value of URI.public List getOtherElements()
EntityName.setOtherElements(java.util.List)public void setOtherElements(List otherElements)
otherElements - list of other elements.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||