Package org.orcid.jaxb.model.message
Class OrcidMessage
java.lang.Object
org.orcid.jaxb.model.message.OrcidMessage
- All Implemented Interfaces:
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">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}message-version"/>
<choice>
<element ref="{http://www.orcid.org/ns/orcid}orcid-profile"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-search-results"/>
<element ref="{http://www.orcid.org/ns/orcid}error-desc"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected ErrorDescprotected Stringprotected OrcidProfileprotected OrcidSearchResults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the errorDesc property.Gets the value of the messageVersion property.Gets the value of the orcidProfile property.Gets the value of the orcidSearchResults property.inthashCode()voidsetErrorDesc(ErrorDesc value) Sets the value of the errorDesc property.voidsetMessageVersion(String value) Sets the value of the messageVersion property.voidsetOrcidProfile(OrcidProfile value) Sets the value of the orcidProfile property.voidSets the value of the orcidSearchResults property.toSource()toString()static OrcidMessageunmarshall(Reader reader) static OrcidMessageunmarshall(String orcidMessageString)
-
Field Details
-
DEFAULT_VERSION
- See Also:
-
messageVersion
-
orcidProfile
-
orcidSearchResults
-
errorDesc
-
-
Constructor Details
-
OrcidMessage
public OrcidMessage() -
OrcidMessage
-
-
Method Details
-
getMessageVersion
Gets the value of the messageVersion property.- Returns:
- possible object is
String
-
setMessageVersion
Sets the value of the messageVersion property.- Parameters:
value- allowed object isString
-
getOrcidProfile
Gets the value of the orcidProfile property.- Returns:
- possible object is
OrcidProfile
-
setOrcidProfile
Sets the value of the orcidProfile property.- Parameters:
value- allowed object isOrcidProfile
-
getOrcidSearchResults
Gets the value of the orcidSearchResults property.- Returns:
- possible object is
OrcidSearchResults
-
setOrcidSearchResults
Sets the value of the orcidSearchResults property.- Parameters:
value- allowed object isOrcidSearchResults
-
getErrorDesc
Gets the value of the errorDesc property.- Returns:
- possible object is
ErrorDesc
-
setErrorDesc
Sets the value of the errorDesc property.- Parameters:
value- allowed object isErrorDesc
-
toSource
-
toString
-
toXmlString
- Returns:
- A string of valid XML
-
equals
-
hashCode
public int hashCode() -
unmarshall
-
unmarshall
-