public static class Resource.RelatedIdentifiers.RelatedIdentifier extends Object
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>string">
<attribute name="resourceTypeGeneral" type="{http://datacite.org/schema/kernel-4}resourceType" />
<attribute name="relatedIdentifierType" use="required" type="{http://datacite.org/schema/kernel-4}relatedIdentifierType" />
<attribute name="relationType" use="required" type="{http://datacite.org/schema/kernel-4}relationType" />
<attribute name="relatedMetadataScheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="schemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="schemeType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RelatedIdentifierType |
relatedIdentifierType |
protected String |
relatedMetadataScheme |
protected RelationType |
relationType |
protected ResourceType |
resourceTypeGeneral |
protected String |
schemeType |
protected String |
schemeURI |
protected String |
value |
| Constructor and Description |
|---|
RelatedIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
RelatedIdentifierType |
getRelatedIdentifierType()
Gets the value of the relatedIdentifierType property.
|
String |
getRelatedMetadataScheme()
Gets the value of the relatedMetadataScheme property.
|
RelationType |
getRelationType()
Gets the value of the relationType property.
|
ResourceType |
getResourceTypeGeneral()
Gets the value of the resourceTypeGeneral property.
|
String |
getSchemeType()
Gets the value of the schemeType property.
|
String |
getSchemeURI()
Gets the value of the schemeURI property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setRelatedIdentifierType(RelatedIdentifierType value)
Sets the value of the relatedIdentifierType property.
|
void |
setRelatedMetadataScheme(String value)
Sets the value of the relatedMetadataScheme property.
|
void |
setRelationType(RelationType value)
Sets the value of the relationType property.
|
void |
setResourceTypeGeneral(ResourceType value)
Sets the value of the resourceTypeGeneral property.
|
void |
setSchemeType(String value)
Sets the value of the schemeType property.
|
void |
setSchemeURI(String value)
Sets the value of the schemeURI property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected ResourceType resourceTypeGeneral
protected RelatedIdentifierType relatedIdentifierType
protected RelationType relationType
protected String relatedMetadataScheme
protected String schemeURI
protected String schemeType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic ResourceType getResourceTypeGeneral()
ResourceTypepublic void setResourceTypeGeneral(ResourceType value)
value - allowed object is ResourceTypepublic RelatedIdentifierType getRelatedIdentifierType()
RelatedIdentifierTypepublic void setRelatedIdentifierType(RelatedIdentifierType value)
value - allowed object is RelatedIdentifierTypepublic RelationType getRelationType()
RelationTypepublic void setRelationType(RelationType value)
value - allowed object is RelationTypepublic String getRelatedMetadataScheme()
Stringpublic void setRelatedMetadataScheme(String value)
value - allowed object is Stringpublic String getSchemeURI()
Stringpublic void setSchemeURI(String value)
value - allowed object is Stringpublic String getSchemeType()
StringCopyright © 2017–2020 CNES. All rights reserved.