public class IdentifyType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
adminEmail |
protected String |
baseURL |
protected List<String> |
compression |
protected DeletedRecordType |
deletedRecord |
protected List<DescriptionType> |
description |
protected Date |
earliestDatestamp |
protected GranularityType |
granularity |
protected String |
protocolVersion |
protected String |
repositoryName |
| Constructor and Description |
|---|
IdentifyType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdminEmail()
Gets the value of the adminEmail property.
|
String |
getBaseURL()
Gets the value of the baseURL property.
|
List<String> |
getCompression()
Gets the value of the compression property.
|
DeletedRecordType |
getDeletedRecord()
Gets the value of the deletedRecord property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
Date |
getEarliestDatestamp()
Gets the value of the earliestDatestamp property.
|
GranularityType |
getGranularity()
Gets the value of the granularity property.
|
String |
getProtocolVersion()
Gets the value of the protocolVersion property.
|
String |
getRepositoryName()
Gets the value of the repositoryName property.
|
void |
setBaseURL(String value)
Sets the value of the baseURL property.
|
void |
setDeletedRecord(DeletedRecordType value)
Sets the value of the deletedRecord property.
|
void |
setEarliestDatestamp(Date value)
Sets the value of the earliestDatestamp property.
|
void |
setGranularity(GranularityType value)
Sets the value of the granularity property.
|
void |
setProtocolVersion(String value)
Sets the value of the protocolVersion property.
|
void |
setRepositoryName(String value)
Sets the value of the repositoryName property.
|
protected String repositoryName
protected String baseURL
protected String protocolVersion
protected Date earliestDatestamp
protected DeletedRecordType deletedRecord
protected GranularityType granularity
protected List<DescriptionType> description
public String getRepositoryName()
public void setRepositoryName(String value)
value - allowed object is ;public String getBaseURL()
public void setBaseURL(String value)
value - allowed object is ;public String getProtocolVersion()
public void setProtocolVersion(String value)
value - allowed object is ;public List<String> getAdminEmail()
public Date getEarliestDatestamp()
public void setEarliestDatestamp(Date value)
value - allowed object is ;public DeletedRecordType getDeletedRecord()
public void setDeletedRecord(DeletedRecordType value)
value - allowed object is ;public GranularityType getGranularity()
public void setGranularity(GranularityType value)
value - allowed object is ;public List<String> getCompression()
public List<DescriptionType> getDescription()
Copyright © 2020. All rights reserved.