Class JaxbOrganization.OrgProperty

java.lang.Object
org.opencastproject.security.api.JaxbOrganization.OrgProperty
Enclosing class:
JaxbOrganization

public static class JaxbOrganization.OrgProperty extends Object
An organization property. To read about why this class is necessary, see http://java.net/jira/browse/JAXB-223
  • Field Details

    • key

      protected String key
      The property key
    • value

      protected String value
      The property value
  • Constructor Details

    • OrgProperty

      public OrgProperty()
      No-arg constructor needed by JAXB
    • OrgProperty

      public OrgProperty(String key, String value)
      Constructs an organization property with a key and a value.
      Parameters:
      key - the key
      value - the value
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • getValue

      public String getValue()
      Returns:
      the value