Package org.opencastproject.security.api
Class JaxbOrganization.OrgServer
java.lang.Object
org.opencastproject.security.api.JaxbOrganization.OrgServer
- Enclosing class:
JaxbOrganization
An organization property. To read about why this class is necessary, see http://java.net/jira/browse/JAXB-223
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The server name -
port
protected int portThe server port
-
-
Constructor Details
-
OrgServer
public OrgServer()No-arg constructor needed by JAXB -
OrgServer
Constructs an organization server mapping with a server name and a port.- Parameters:
name- the nameport- the port
-
-
Method Details
-
getName
- Returns:
- the server name
-
getPort
public int getPort()- Returns:
- the port
-