Class XmlRights

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlRights
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlRights()  
      XmlRights​(java.lang.String value)
      Constructor to create a XmlRights with the specified right.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getRightsURI()  
      java.lang.String getValue()  
      void setRightsURI​(java.lang.String rightsURI)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlRights

        public XmlRights​(java.lang.String value)
        Constructor to create a XmlRights with the specified right.
        Parameters:
        value - the right to set.
      • XmlRights

        public XmlRights()
    • Method Detail

      • getRightsURI

        public java.lang.String getRightsURI()
        Returns:
        the rightsURI
      • setRightsURI

        public void setRightsURI​(java.lang.String rightsURI)
        Parameters:
        rightsURI - the rightsURI to set
      • getValue

        public java.lang.String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Parameters:
        value - the value to set