|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.IdentificationArea
public class IdentificationArea
The identification area consists of attributes that identify and name an object.
Java class for Identification_Area complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Identification_Area"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="logical_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id"/> <element name="title" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Short_String_Collapsed"/> <element name="information_model_version" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="product_class" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="Alias_List" type="{http://pds.nasa.gov/pds4/pds/v1}Alias_List" minOccurs="0"/> <element name="Citation_Information" type="{http://pds.nasa.gov/pds4/pds/v1}Citation_Information" minOccurs="0"/> <element name="Modification_History" type="{http://pds.nasa.gov/pds4/pds/v1}Modification_History" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AliasList |
aliasList
|
protected CitationInformation |
citationInformation
|
protected String |
informationModelVersion
|
protected String |
logicalIdentifier
|
protected ModificationHistory |
modificationHistory
|
protected String |
productClass
|
protected String |
title
|
protected String |
versionId
|
Constructor Summary | |
---|---|
IdentificationArea()
|
Method Summary | |
---|---|
AliasList |
getAliasList()
Gets the value of the aliasList property. |
CitationInformation |
getCitationInformation()
Gets the value of the citationInformation property. |
String |
getInformationModelVersion()
Gets the value of the informationModelVersion property. |
String |
getLogicalIdentifier()
Gets the value of the logicalIdentifier property. |
ModificationHistory |
getModificationHistory()
Gets the value of the modificationHistory property. |
String |
getProductClass()
Gets the value of the productClass property. |
String |
getTitle()
Gets the value of the title property. |
String |
getVersionId()
Gets the value of the versionId property. |
void |
setAliasList(AliasList value)
Sets the value of the aliasList property. |
void |
setCitationInformation(CitationInformation value)
Sets the value of the citationInformation property. |
void |
setInformationModelVersion(String value)
Sets the value of the informationModelVersion property. |
void |
setLogicalIdentifier(String value)
Sets the value of the logicalIdentifier property. |
void |
setModificationHistory(ModificationHistory value)
Sets the value of the modificationHistory property. |
void |
setProductClass(String value)
Sets the value of the productClass property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setVersionId(String value)
Sets the value of the versionId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String logicalIdentifier
protected String versionId
protected String title
protected String informationModelVersion
protected String productClass
protected AliasList aliasList
protected CitationInformation citationInformation
protected ModificationHistory modificationHistory
Constructor Detail |
---|
public IdentificationArea()
Method Detail |
---|
public String getLogicalIdentifier()
String
public void setLogicalIdentifier(String value)
value
- allowed object is
String
public String getVersionId()
String
public void setVersionId(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getInformationModelVersion()
String
public void setInformationModelVersion(String value)
value
- allowed object is
String
public String getProductClass()
String
public void setProductClass(String value)
value
- allowed object is
String
public AliasList getAliasList()
AliasList
public void setAliasList(AliasList value)
value
- allowed object is
AliasList
public CitationInformation getCitationInformation()
CitationInformation
public void setCitationInformation(CitationInformation value)
value
- allowed object is
CitationInformation
public ModificationHistory getModificationHistory()
ModificationHistory
public void setModificationHistory(ModificationHistory value)
value
- allowed object is
ModificationHistory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |