net.geant.edugain.meta.metadata
Class Organisation

java.lang.Object
  extended by net.geant.edugain.meta.metadata.Organisation

public class Organisation
extends java.lang.Object

This class contains a representation of the eduGAIN mapping for a SAML2 Organization metadata element.

Author:
Manuela Stanica

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

name

private java.lang.String name
Name of the organisation


displayName

private java.lang.String displayName
Display name - suggestion: orgName (country) , eg. "DFN-Verein (Germany)"


url

private java.lang.String url
URL of the organization's web site

Constructor Detail

Organisation

public Organisation()
Constructor


Organisation

public Organisation(java.lang.String name,
                    java.lang.String displayName,
                    java.lang.String url)
Constructor

Parameters:
name -
displayName -
url -
Method Detail

getName

public java.lang.String getName()
Gets the organisation name

Returns:
the organisation name

setName

public void setName(java.lang.String name)
Sets the organisation name

Parameters:
name - the organisation name

getDisplayName

public java.lang.String getDisplayName()
Gets the organisation display name

Returns:
the organisation display name

setDisplayName

public void setDisplayName(java.lang.String dispName)
Sets the organisation display name

Parameters:
dispName - the organisation display name

getUrl

public java.lang.String getUrl()
Gets the organisation Url

Returns:
the string value of the organisation Url

setUrl

public void setUrl(java.lang.String url)
Sets the value of the organisation Url

Parameters:
url - value of the organisation Url