Class Biography

java.lang.Object
org.orcid.jaxb.model.message.Biography
All Implemented Interfaces:
Serializable, VisibilityType

public class Biography extends Object implements VisibilityType, Serializable
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • content

      protected String content
    • visibility

      protected Visibility visibility
  • Constructor Details

    • Biography

      public Biography()
    • Biography

      public Biography(String content)
    • Biography

      public Biography(String content, Visibility visibility)
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • getVisibility

      public Visibility getVisibility()
      Gets the value of the visibility property.
      Specified by:
      getVisibility in interface VisibilityType
      Returns:
      possible object is Visibility
    • setVisibility

      public void setVisibility(Visibility value)
      Sets the value of the visibility property.
      Specified by:
      setVisibility in interface VisibilityType
      Parameters:
      value - allowed object is Visibility
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object