public class EntityName extends Object
EntityName
object.Modifier and Type | Field and Description |
---|---|
protected List |
otherElements |
protected String |
uri |
Constructor and Description |
---|
EntityName()
Default Constructor.
|
EntityName(String uri)
Constructor create
EntityName object. |
EntityName(String uri,
List otherElements)
Constructor create
EntityName object. |
Modifier and Type | Method and Description |
---|---|
List |
getOtherElements()
Returns list of other elements.
|
void |
setOtherElements(List otherElements)
Sets list of other elements.
|
void |
setURI(String uri)
Sets the
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 List getOtherElements()
EntityName.setOtherElements(java.util.List)
public void setOtherElements(List otherElements)
otherElements
- list of other elements.Copyright © 2010-2013, ForgeRock All Rights Reserved.