Class Url

java.lang.Object
org.orcid.jaxb.model.message.Url
All Implemented Interfaces:
Serializable, Comparable<Url>

public class Url extends Object implements Serializable, Comparable<Url>
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected String value
  • Constructor Details

    • Url

      public Url()
    • Url

      public Url(String value)
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • compareTo

      public int compareTo(Url otherUrl)
      Specified by:
      compareTo in interface Comparable<Url>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object