Class GetCSExportRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.csexport.protocol.jaxb.GetCSExportRequest
-
public class GetCSExportRequest extends CSRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest"> <sequence> <element name="queryParameters" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="queryParameter" type="{http://certificateservices.org/xsd/cs_export_protocol2_0}QueryParameter" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="exportDataVersion" use="required" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetCSExportRequest.QueryParametersJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringexportDataVersionprotected GetCSExportRequest.QueryParametersqueryParameters-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetCSExportRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExportDataVersion()Gets the value of the exportDataVersion property.GetCSExportRequest.QueryParametersgetQueryParameters()Gets the value of the queryParameters property.voidsetExportDataVersion(java.lang.String value)Sets the value of the exportDataVersion property.voidsetQueryParameters(GetCSExportRequest.QueryParameters value)Sets the value of the queryParameters property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
queryParameters
protected GetCSExportRequest.QueryParameters queryParameters
-
exportDataVersion
protected java.lang.String exportDataVersion
-
-
Method Detail
-
getQueryParameters
public GetCSExportRequest.QueryParameters getQueryParameters()
Gets the value of the queryParameters property.- Returns:
- possible object is
GetCSExportRequest.QueryParameters
-
setQueryParameters
public void setQueryParameters(GetCSExportRequest.QueryParameters value)
Sets the value of the queryParameters property.- Parameters:
value- allowed object isGetCSExportRequest.QueryParameters
-
getExportDataVersion
public java.lang.String getExportDataVersion()
Gets the value of the exportDataVersion property.- Returns:
- possible object is
String
-
setExportDataVersion
public void setExportDataVersion(java.lang.String value)
Sets the value of the exportDataVersion property.- Parameters:
value- allowed object isString
-
-