Package gov.nasa.pds.harvest.cfg
Class CollectionType
java.lang.Object
gov.nasa.pds.harvest.cfg.CollectionType
The collection's LID or LIDVID.
DEV notes:
Unfortunately, cannot define mutually exclusive attributes
without schematron and trying to avoid schematron.
It may be better to ditch either lid or lidvid then if :: is found
treat it as lidvid otherwise lid. Doing that would allow for the
attribute lid as required but accept lidvids.
Java class for collection_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="collection_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lid" type="{http://www.w3.org/2001/XMLSchema}normalizedString" default="" />
<attribute name="lidvid" type="{http://www.w3.org/2001/XMLSchema}normalizedString" default="" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
lid
-
lidvid
-
-
Constructor Details
-
CollectionType
public CollectionType()
-
-
Method Details
-
getLid
Gets the value of the lid property.- Returns:
- possible object is
String
-
setLid
Sets the value of the lid property.- Parameters:
value
- allowed object isString
-
getLidvid
Gets the value of the lidvid property.- Returns:
- possible object is
String
-
setLidvid
Sets the value of the lidvid property.- Parameters:
value
- allowed object isString
-