Class MetadataTagging
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.jaxb.MetadataTagging
-
- All Implemented Interfaces:
Serializable
public class MetadataTagging extends Object implements Serializable
The Class MetadataTagging.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Mar 21, 2017
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SEPARATOR
-
Constructor Summary
Constructors Constructor Description MetadataTagging()Instantiates a new metadata tagging.MetadataTagging(Boolean create, String separator, TaggingGroupingValue taggingValue)Instantiates a new metadata tagging.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCreate()Gets the creates the.StringgetSeparator()Gets the separator.TaggingGroupingValuegetTaggingValue()Gets the tagging value.voidsetCreate(Boolean create)Sets the creates the.voidsetSeparator(String separator)Sets the separator.voidsetTaggingValue(TaggingGroupingValue taggingValue)Sets the tagging value.StringtoString()
-
-
-
Field Detail
-
DEFAULT_SEPARATOR
public static final String DEFAULT_SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MetadataTagging
public MetadataTagging()
Instantiates a new metadata tagging.
-
MetadataTagging
public MetadataTagging(Boolean create, String separator, TaggingGroupingValue taggingValue)
Instantiates a new metadata tagging.- Parameters:
create- the createseparator- the separatortaggingValue- the tagging value
-
-
Method Detail
-
getCreate
public Boolean getCreate()
Gets the creates the.- Returns:
- the create
-
getSeparator
public String getSeparator()
Gets the separator.- Returns:
- the separator
-
getTaggingValue
public TaggingGroupingValue getTaggingValue()
Gets the tagging value.- Returns:
- the taggingValue
-
setCreate
public void setCreate(Boolean create)
Sets the creates the.- Parameters:
create- the create to set
-
setSeparator
public void setSeparator(String separator)
Sets the separator.- Parameters:
separator- the separator to set
-
setTaggingValue
public void setTaggingValue(TaggingGroupingValue taggingValue)
Sets the tagging value.- Parameters:
taggingValue- the taggingValue to set
-
-