public class GetRecordByIdRequest extends CswRequest
Constructor and Description |
---|
GetRecordByIdRequest() |
GetRecordByIdRequest(String service) |
Modifier and Type | Method and Description |
---|---|
String |
getElementSetName() |
String |
getId() |
String |
getOutputFormat() |
String |
getOutputSchema() |
void |
setElementSetName(String elementSetName) |
void |
setId(String id) |
void |
setOutputFormat(String outputFormat) |
void |
setOutputSchema(String outputSchema) |
getRequest, getService, parseNamespaces, setRequest, setService, typeStringToQNames
public GetRecordByIdRequest()
public GetRecordByIdRequest(String service)
public String getId()
public void setId(String id)
public String getElementSetName()
public void setElementSetName(String elementSetName)
public String getOutputFormat()
public void setOutputFormat(String outputFormat)
public String getOutputSchema()
public void setOutputSchema(String outputSchema)
This work is licensed under a Creative Commons Attribution 4.0 International License.