Package org.orcid.jaxb.model.message
Class FamilyName
java.lang.Object
org.orcid.jaxb.model.message.FamilyName
- All Implemented Interfaces:
Serializable,VisibilityType
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">
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the content property.Gets the value of the visibility attribute.inthashCode()voidsetContent(String value) Sets the value of the content property.voidsetVisibility(Visibility visibility) Sets the value of the visibility attribute.
-
Field Details
-
-
visibility
-
-
Constructor Details
-
FamilyName
public FamilyName() -
FamilyName
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getVisibility
Gets the value of the visibility attribute.- Specified by:
getVisibilityin interfaceVisibilityType- Returns:
- possible object is
Visibility
-
setVisibility
Sets the value of the visibility attribute.- Specified by:
setVisibilityin interfaceVisibilityType- Parameters:
visibility- allowed object isVisibility
-
equals
-
hashCode
public int hashCode()
-