Package org.opencastproject.security.api
Class JaxbOrganization.OrgProperty
java.lang.Object
org.opencastproject.security.api.JaxbOrganization.OrgProperty
- 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
ConstructorsConstructorDescriptionNo-arg constructor needed by JAXBOrgProperty(String key, String value) Constructs an organization property with a key and a value. -
Method Summary
-
Field Details
-
key
The property key -
value
The property value
-
-
Constructor Details
-
OrgProperty
public OrgProperty()No-arg constructor needed by JAXB -
OrgProperty
Constructs an organization property with a key and a value.- Parameters:
key- the keyvalue- the value
-
-
Method Details
-
getKey
- Returns:
- the key
-
getValue
- Returns:
- the value
-