Package org.damap.base.rest.madmp.dto
Class MetadataStandardId
java.lang.Object
org.damap.base.rest.madmp.dto.MetadataStandardId
The Dataset Metadata Standard ID Schema
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Dataset Metadata Standard Identifier Type Schema -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Dataset Metadata Standard Identifier Value SchemagetType()The Dataset Metadata Standard Identifier Type SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetIdentifier(String identifier) The Dataset Metadata Standard Identifier Value SchemavoidThe Dataset Metadata Standard Identifier Type SchematoString()
-
Constructor Details
-
MetadataStandardId
public MetadataStandardId()
-
-
Method Details
-
getIdentifier
The Dataset Metadata Standard Identifier Value SchemaIdentifier for the metadata standard used. (Required)
-
setIdentifier
The Dataset Metadata Standard Identifier Value SchemaIdentifier for the metadata standard used. (Required)
-
getType
The Dataset Metadata Standard Identifier Type SchemaIdentifier type. Allowed values: url, other (Required)
-
setType
The Dataset Metadata Standard Identifier Type SchemaIdentifier type. Allowed values: url, other (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-