|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.portal.cataloguemanager.model.MDMetadata
public class MDMetadata
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.isotc211.org/2005/gmd}fileIdentifier"/>
<element ref="{http://www.isotc211.org/2005/gmd}language"/>
<element ref="{http://www.isotc211.org/2005/gmd}characterSet"/>
<element ref="{http://www.isotc211.org/2005/gmd}parentIdentifier"/>
<element ref="{http://www.isotc211.org/2005/gmd}hierarchyLevel"/>
<element ref="{http://www.isotc211.org/2005/gmd}hierarchyLevelName"/>
<element ref="{http://www.isotc211.org/2005/gmd}contact"/>
<element ref="{http://www.isotc211.org/2005/gmd}dateStamp"/>
<element ref="{http://www.isotc211.org/2005/gmd}metadataStandardName"/>
<element ref="{http://www.isotc211.org/2005/gmd}metadataStandardVersion"/>
<element ref="{http://www.isotc211.org/2005/gmd}referenceSystemInfo"/>
<element ref="{http://www.isotc211.org/2005/gmd}identificationInfo"/>
<element ref="{http://www.isotc211.org/2005/gmd}distributionInfo"/>
<element ref="{http://www.isotc211.org/2005/gmd}dataQualityInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CharacterSet |
characterSet
|
protected Contact |
contact
|
protected DataQualityInfo |
dataQualityInfo
|
protected DateStamp |
dateStamp
|
protected DistributionInfo |
distributionInfo
|
protected FileIdentifier |
fileIdentifier
|
protected HierarchyLevel |
hierarchyLevel
|
protected HierarchyLevelName |
hierarchyLevelName
|
protected IdentificationInfo |
identificationInfo
|
protected Language |
language
|
protected MetadataStandardName |
metadataStandardName
|
protected MetadataStandardVersion |
metadataStandardVersion
|
protected ParentIdentifier |
parentIdentifier
|
protected ReferenceSystemInfo |
referenceSystemInfo
|
| Constructor Summary | |
|---|---|
MDMetadata()
|
|
| Method Summary | |
|---|---|
CharacterSet |
getCharacterSet()
Gets the value of the characterSet property. |
Contact |
getContact()
Gets the value of the contact property. |
DataQualityInfo |
getDataQualityInfo()
Gets the value of the dataQualityInfo property. |
DateStamp |
getDateStamp()
Gets the value of the dateStamp property. |
DistributionInfo |
getDistributionInfo()
Gets the value of the distributionInfo property. |
FileIdentifier |
getFileIdentifier()
Gets the value of the fileIdentifier property. |
HierarchyLevel |
getHierarchyLevel()
Gets the value of the hierarchyLevel property. |
HierarchyLevelName |
getHierarchyLevelName()
Gets the value of the hierarchyLevelName property. |
IdentificationInfo |
getIdentificationInfo()
Gets the value of the identificationInfo property. |
Language |
getLanguage()
Gets the value of the language property. |
MetadataStandardName |
getMetadataStandardName()
Gets the value of the metadataStandardName property. |
MetadataStandardVersion |
getMetadataStandardVersion()
Gets the value of the metadataStandardVersion property. |
ParentIdentifier |
getParentIdentifier()
Gets the value of the parentIdentifier property. |
ReferenceSystemInfo |
getReferenceSystemInfo()
Gets the value of the referenceSystemInfo property. |
void |
setCharacterSet(CharacterSet value)
Sets the value of the characterSet property. |
void |
setContact(Contact value)
Sets the value of the contact property. |
void |
setDataQualityInfo(DataQualityInfo value)
Sets the value of the dataQualityInfo property. |
void |
setDateStamp(DateStamp value)
Sets the value of the dateStamp property. |
void |
setDistributionInfo(DistributionInfo value)
Sets the value of the distributionInfo property. |
void |
setFileIdentifier(FileIdentifier value)
Sets the value of the fileIdentifier property. |
void |
setHierarchyLevel(HierarchyLevel value)
Sets the value of the hierarchyLevel property. |
void |
setHierarchyLevelName(HierarchyLevelName value)
Sets the value of the hierarchyLevelName property. |
void |
setIdentificationInfo(IdentificationInfo value)
Sets the value of the identificationInfo property. |
void |
setLanguage(Language value)
Sets the value of the language property. |
void |
setMetadataStandardName(MetadataStandardName value)
Sets the value of the metadataStandardName property. |
void |
setMetadataStandardVersion(MetadataStandardVersion value)
Sets the value of the metadataStandardVersion property. |
void |
setParentIdentifier(ParentIdentifier value)
Sets the value of the parentIdentifier property. |
void |
setReferenceSystemInfo(ReferenceSystemInfo value)
Sets the value of the referenceSystemInfo property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FileIdentifier fileIdentifier
protected Language language
protected CharacterSet characterSet
protected ParentIdentifier parentIdentifier
protected HierarchyLevel hierarchyLevel
protected HierarchyLevelName hierarchyLevelName
protected Contact contact
protected DateStamp dateStamp
protected MetadataStandardName metadataStandardName
protected MetadataStandardVersion metadataStandardVersion
protected ReferenceSystemInfo referenceSystemInfo
protected IdentificationInfo identificationInfo
protected DistributionInfo distributionInfo
protected DataQualityInfo dataQualityInfo
| Constructor Detail |
|---|
public MDMetadata()
| Method Detail |
|---|
public FileIdentifier getFileIdentifier()
FileIdentifierpublic void setFileIdentifier(FileIdentifier value)
value - allowed object is
FileIdentifierpublic Language getLanguage()
Languagepublic void setLanguage(Language value)
value - allowed object is
Languagepublic CharacterSet getCharacterSet()
CharacterSetpublic void setCharacterSet(CharacterSet value)
value - allowed object is
CharacterSetpublic ParentIdentifier getParentIdentifier()
ParentIdentifierpublic void setParentIdentifier(ParentIdentifier value)
value - allowed object is
ParentIdentifierpublic HierarchyLevel getHierarchyLevel()
HierarchyLevelpublic void setHierarchyLevel(HierarchyLevel value)
value - allowed object is
HierarchyLevelpublic HierarchyLevelName getHierarchyLevelName()
HierarchyLevelNamepublic void setHierarchyLevelName(HierarchyLevelName value)
value - allowed object is
HierarchyLevelNamepublic Contact getContact()
Contactpublic void setContact(Contact value)
value - allowed object is
Contactpublic DateStamp getDateStamp()
DateStamppublic void setDateStamp(DateStamp value)
value - allowed object is
DateStamppublic MetadataStandardName getMetadataStandardName()
MetadataStandardNamepublic void setMetadataStandardName(MetadataStandardName value)
value - allowed object is
MetadataStandardNamepublic MetadataStandardVersion getMetadataStandardVersion()
MetadataStandardVersionpublic void setMetadataStandardVersion(MetadataStandardVersion value)
value - allowed object is
MetadataStandardVersionpublic ReferenceSystemInfo getReferenceSystemInfo()
ReferenceSystemInfopublic void setReferenceSystemInfo(ReferenceSystemInfo value)
value - allowed object is
ReferenceSystemInfopublic IdentificationInfo getIdentificationInfo()
IdentificationInfopublic void setIdentificationInfo(IdentificationInfo value)
value - allowed object is
IdentificationInfopublic DistributionInfo getDistributionInfo()
DistributionInfopublic void setDistributionInfo(DistributionInfo value)
value - allowed object is
DistributionInfopublic DataQualityInfo getDataQualityInfo()
DataQualityInfopublic void setDataQualityInfo(DataQualityInfo value)
value - allowed object is
DataQualityInfo
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org