Class XmlRelatedIdentifier
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.reference.datacite.xml.XmlRelatedIdentifier
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlRelatedIdentifier extends java.lang.Object implements java.io.SerializableIdentifiers of related resources. Use this property to indicate subsets of properties, as appropriate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlRelatedIdentifier()XmlRelatedIdentifier(java.lang.String defaultValue)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetContent()Returns the value of field 'content'.RelatedIdentifierTypegetRelatedIdentifierType()Returns the value of field 'relatedIdentifierType'.java.lang.StringgetRelatedMetaDataSchema()RelationTypegetRelationType()Returns the value of field 'relationType'.java.lang.StringgetSchemaType()java.lang.StringgetSchemeURI()voidsetContent(java.lang.String content)Sets the value of field 'content'.voidsetRelatedIdentifierType(RelatedIdentifierType relatedIdentifierType)Sets the value of field 'relatedIdentifierType'.voidsetRelatedMetaDataSchema(java.lang.String relatedMetaDataSchema)voidsetRelationType(RelationType relationType)Sets the value of field 'relationType'.voidsetSchemaType(java.lang.String schemaType)voidsetSchemeURI(java.lang.String schemeURI)
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage- Returns:
- the value of field 'Content'.
-
getRelatedIdentifierType
public RelatedIdentifierType getRelatedIdentifierType()
Returns the value of field 'relatedIdentifierType'.- Returns:
- the value of field 'RelatedIdentifierType'.
-
getRelationType
public RelationType getRelationType()
Returns the value of field 'relationType'.- Returns:
- the value of field 'RelationType'.
-
setContent
public void setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage- Parameters:
content- the value of field 'content'.
-
setRelatedIdentifierType
public void setRelatedIdentifierType(RelatedIdentifierType relatedIdentifierType)
Sets the value of field 'relatedIdentifierType'.- Parameters:
relatedIdentifierType- the value of field 'relatedIdentifierType'.
-
setRelationType
public void setRelationType(RelationType relationType)
Sets the value of field 'relationType'.- Parameters:
relationType- the value of field 'relationType'.
-
getRelatedMetaDataSchema
public java.lang.String getRelatedMetaDataSchema()
- Returns:
- the relatedMetaDataSchema
-
setRelatedMetaDataSchema
public void setRelatedMetaDataSchema(java.lang.String relatedMetaDataSchema)
- Parameters:
relatedMetaDataSchema- the relatedMetaDataSchema to set
-
getSchemeURI
public java.lang.String getSchemeURI()
- Returns:
- the schemeURI
-
setSchemeURI
public void setSchemeURI(java.lang.String schemeURI)
- Parameters:
schemeURI- the schemeURI to set
-
getSchemaType
public java.lang.String getSchemaType()
- Returns:
- the schemaType
-
setSchemaType
public void setSchemaType(java.lang.String schemaType)
- Parameters:
schemaType- the schemaType to set
-
-