Class IdentifyType

  • All Implemented Interfaces:
    XMLWritable

    public class IdentifyType
    extends Object
    implements XMLWritable
    Java class for IdentifyType complex type. The following schema fragment specifies the expected content contained within this class.
    • Constructor Detail

      • IdentifyType

        public IdentifyType()
    • Method Detail

      • getRepositoryName

        public String getRepositoryName()
        Gets the value of the repositoryName property.
        Returns:
        possible object is ;
      • setRepositoryName

        public void setRepositoryName​(String value)
        Sets the value of the repositoryName property.
        Parameters:
        value - allowed object is ;
      • getBaseURL

        public String getBaseURL()
        Gets the value of the baseURL property.
        Returns:
        possible object is ;
      • setBaseURL

        public void setBaseURL​(String value)
        Sets the value of the baseURL property.
        Parameters:
        value - allowed object is ;
      • getProtocolVersion

        public String getProtocolVersion()
        Gets the value of the protocolVersion property.
        Returns:
        possible object is ;
      • setProtocolVersion

        public void setProtocolVersion​(String value)
        Sets the value of the protocolVersion property.
        Parameters:
        value - allowed object is ;
      • getAdminEmail

        public List<String> getAdminEmail()
        Gets the value of the adminEmail property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a method for the adminEmail property. For example, to add a new item, do as follows: getAdminEmail().add(newItem); Objects of the following type(s) are allowed in the list ;
      • getEarliestDatestamp

        public Date getEarliestDatestamp()
        Gets the value of the earliestDatestamp property.
        Returns:
        possible object is ;
      • setEarliestDatestamp

        public void setEarliestDatestamp​(Date value)
        Sets the value of the earliestDatestamp property.
        Parameters:
        value - allowed object is ;
      • getDeletedRecord

        public DeletedRecordType getDeletedRecord()
        Gets the value of the deletedRecord property.
        Returns:
        possible object is ;
      • setDeletedRecord

        public void setDeletedRecord​(DeletedRecordType value)
        Sets the value of the deletedRecord property.
        Parameters:
        value - allowed object is ;
      • getGranularity

        public GranularityType getGranularity()
        Gets the value of the granularity property.
        Returns:
        possible object is ;
      • setGranularity

        public void setGranularity​(GranularityType value)
        Sets the value of the granularity property.
        Parameters:
        value - allowed object is ;
      • getCompression

        public List<String> getCompression()
        Gets the value of the compression property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a method for the compression property. For example, to add a new item, do as follows: getCompression().add(newItem); Objects of the following type(s) are allowed in the list ;
      • getDescription

        public List<DescriptionType> getDescription()
        Gets the value of the description property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a method for the description property. For example, to add a new item, do as follows: getDescription().add(newItem); Objects of the following type(s) are allowed in the list ;