|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.meta.metadata.Organisation
public class Organisation
This class contains a representation of the eduGAIN mapping for a SAML2 Organization metadata element.
| Field Summary | |
|---|---|
private java.lang.String |
displayName
Display name - suggestion: orgName (country) , eg. |
private java.lang.String |
name
Name of the organisation |
private java.lang.String |
url
URL of the organization's web site |
| Constructor Summary | |
|---|---|
Organisation()
Constructor |
|
Organisation(java.lang.String name,
java.lang.String displayName,
java.lang.String url)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the organisation display name |
java.lang.String |
getName()
Gets the organisation name |
java.lang.String |
getUrl()
Gets the organisation Url |
void |
setDisplayName(java.lang.String dispName)
Sets the organisation display name |
void |
setName(java.lang.String name)
Sets the organisation name |
void |
setUrl(java.lang.String url)
Sets the value of the organisation Url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String name
private java.lang.String displayName
private java.lang.String url
| Constructor Detail |
|---|
public Organisation()
public Organisation(java.lang.String name,
java.lang.String displayName,
java.lang.String url)
name - displayName - url - | Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the organisation namepublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String dispName)
dispName - the organisation display namepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - value of the organisation Url
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||