Package org.proforma
Class IncludedTaskFileType
java.lang.Object
org.proforma.AbstractProformaFileType
org.proforma.IncludedTaskFileType
- All Implemented Interfaces:
AbstractSubmissionTask
public class IncludedTaskFileType
extends AbstractProformaFileType
implements AbstractSubmissionTask
Java class for included-task-file-type complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AttachedTxtFileType
protected AttachedBinFileType
protected EmbeddedBinFileType
protected EmbeddedBinFileType
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachedXmlFile property.Gets the value of the attachedZipFile property.Gets the value of the embeddedXmlFile property.Gets the value of the embeddedZipFile property.getFile()
getUuid()
Gets the value of the uuid property.void
Sets the value of the attachedXmlFile property.void
Sets the value of the attachedZipFile property.void
Sets the value of the embeddedXmlFile property.void
Sets the value of the embeddedZipFile property.void
Sets the value of the uuid property.Methods inherited from class org.proforma.AbstractProformaFileType
getEncoding, getNaturalLang, getPath, isAttached, isBin, isEmbedded, isTxt, replacePath
-
Field Details
-
embeddedZipFile
-
embeddedXmlFile
-
attachedZipFile
-
attachedXmlFile
-
uuid
-
-
Constructor Details
-
IncludedTaskFileType
public IncludedTaskFileType()
-
-
Method Details
-
getEmbeddedZipFile
Gets the value of the embeddedZipFile property.- Returns:
- possible object is
EmbeddedBinFileType
-
setEmbeddedZipFile
Sets the value of the embeddedZipFile property.- Parameters:
value
- allowed object isEmbeddedBinFileType
-
getEmbeddedXmlFile
Gets the value of the embeddedXmlFile property.- Returns:
- possible object is
EmbeddedBinFileType
-
setEmbeddedXmlFile
Sets the value of the embeddedXmlFile property.- Parameters:
value
- allowed object isEmbeddedBinFileType
-
getAttachedZipFile
Gets the value of the attachedZipFile property.- Returns:
- possible object is
AttachedBinFileType
-
setAttachedZipFile
Sets the value of the attachedZipFile property.- Parameters:
value
- allowed object isAttachedBinFileType
-
getAttachedXmlFile
Gets the value of the attachedXmlFile property.- Returns:
- possible object is
AttachedTxtFileType
-
setAttachedXmlFile
Sets the value of the attachedXmlFile property.- Parameters:
value
- allowed object isAttachedTxtFileType
-
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
getFile
- Specified by:
getFile
in classAbstractProformaFileType
-