Class CollectionType

java.lang.Object
gov.nasa.pds.harvest.cfg.CollectionType

public class CollectionType extends Object
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 Details

    • lid

      protected String lid
    • lidvid

      protected String lidvid
  • Constructor Details

    • CollectionType

      public CollectionType()
  • Method Details

    • getLid

      public String getLid()
      Gets the value of the lid property.
      Returns:
      possible object is String
    • setLid

      public void setLid(String value)
      Sets the value of the lid property.
      Parameters:
      value - allowed object is String
    • getLidvid

      public String getLidvid()
      Gets the value of the lidvid property.
      Returns:
      possible object is String
    • setLidvid

      public void setLidvid(String value)
      Sets the value of the lidvid property.
      Parameters:
      value - allowed object is String