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()
String
public void setValue(String value)
value
- allowed object is String
public ResourceType getResourceTypeGeneral()
ResourceType
public void setResourceTypeGeneral(ResourceType value)
value
- allowed object is ResourceType
public RelatedIdentifierType getRelatedIdentifierType()
RelatedIdentifierType
public void setRelatedIdentifierType(RelatedIdentifierType value)
value
- allowed object is RelatedIdentifierType
public RelationType getRelationType()
RelationType
public void setRelationType(RelationType value)
value
- allowed object is RelationType
public String getRelatedMetadataScheme()
String
public void setRelatedMetadataScheme(String value)
value
- allowed object is String
public String getSchemeURI()
String
public void setSchemeURI(String value)
value
- allowed object is String
public String getSchemeType()
String
Copyright © 2017–2020 CNES. All rights reserved.