|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.federation.message.common.EntityName
public class EntityName
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 |
|---|
protected String uri
protected List otherElements
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||