Package org.proforma
Class ResponseType
java.lang.Object
org.proforma.ResponseType
Java class for response-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="response-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="merged-test-feedback" type="{urn:proforma:v2.1}merged-test-feedback-type"/>
<element name="separate-test-feedback" type="{urn:proforma:v2.1}separate-test-feedback-type"/>
</choice>
<element name="files" type="{urn:proforma:v2.1}response-files-type"/>
<element name="response-meta-data" type="{urn:proforma:v2.1}response-meta-data-type"/>
</sequence>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="submission-id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResponseFilesTypeprotected Stringprotected ResponseMetaDataTypeprotected Stringprotected AbstractTestFeedbackType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindFileByPath(String path) getFiles()Ruft den Wert der files-Eigenschaft ab.getLang()Ruft den Wert der lang-Eigenschaft ab.Ruft den Wert der responseMetaData-Eigenschaft ab.Gets the value of the submissionId property.voidsetFiles(ResponseFilesType value) Legt den Wert der files-Eigenschaft fest.voidLegt den Wert der lang-Eigenschaft fest.voidLegt den Wert der responseMetaData-Eigenschaft fest.voidsetSubmissionId(String value) Sets the value of the submissionId property.void
-
Field Details
-
testFeedback
-
files
-
responseMetaData
-
lang
-
submissionId
-
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
getTestFeedback
-
setTestFeedback
-
getFiles
Ruft den Wert der files-Eigenschaft ab.- Returns:
- possible object is
ResponseFilesType
-
setFiles
Legt den Wert der files-Eigenschaft fest.- Parameters:
value- allowed object isResponseFilesType
-
getResponseMetaData
Ruft den Wert der responseMetaData-Eigenschaft ab.- Returns:
- possible object is
ResponseMetaDataType
-
setResponseMetaData
Legt den Wert der responseMetaData-Eigenschaft fest.- Parameters:
value- allowed object isResponseMetaDataType
-
getLang
Ruft den Wert der lang-Eigenschaft ab.- Returns:
- possible object is
String
-
setLang
Legt den Wert der lang-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getSubmissionId
Gets the value of the submissionId property.- Returns:
- possible object is
String
-
setSubmissionId
Sets the value of the submissionId property.- Parameters:
value- allowed object isString
-
findFileByPath
-