public abstract class Request extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternativesXPath(String... path)
Adds an alternativesXPath
|
void |
addSets(String... setIds)
Adds a sets
|
boolean |
equals(Object obj) |
List<String> |
getAlternativesXPath()
Returns the alternatives path of the source to bind.
|
String |
getContentXPath() |
String |
getDescription()
Returns a description of the source to bind.
|
String |
getMetadataFormat() |
String |
getName()
Returns a name for the source to bind.
|
String |
getRepositoryUrl()
Returns the URL of the target OAI repository
|
List<String> |
getSets() |
String |
getTitleXPath() |
int |
hashCode() |
void |
setContentXPath(String path)
Sets a contentXPath
|
void |
setDescription(String description)
Sets a description for the source to bind.
|
void |
setMetadataFormat(String metadataFormat)
Adds a MetadataFormat
|
void |
setName(String name)
Sets a name for the source to bind.
|
void |
setRepositoryUrl(String path)
Sets RepositoryUrl
|
void |
setTitleXPath(String path)
Sets a titleXPath
|
public String getRepositoryUrl()
public String getName()
public void setName(String name)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic List<String> getAlternativesXPath()
public String getContentXPath()
public String getTitleXPath()
public String getMetadataFormat()
public void addSets(String... setIds)
public void setContentXPath(String path)
public void setRepositoryUrl(String path)
public void setTitleXPath(String path)
public void addAlternativesXPath(String... path)
public void setMetadataFormat(String metadataFormat)
Copyright © 2015. All Rights Reserved.