public interface ContractImportDraftVersionCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
static java.lang.String | NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
void | setContractXML(java.io.InputStream contractXML)
Sets the contract XML instance.
|
void | setContractXMLFileName(java.lang.String contractFileName)
Sets the contract XML file name.
|
void | setUrl(java.lang.String astrUrl)
Sets the redirect URL to be called when the command completes successfully.
|
void | setXMLEntityPath(java.lang.String path)
Sets the XML entity path.
|
void | setXSDFlag(boolean xsdFlag)
Sets the XSD flag to indicate the XML instance file is based on XSD or DTD
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setContractXMLFileName(java.lang.String contractFileName)
void setUrl(java.lang.String astrUrl)
void setXMLEntityPath(java.lang.String path)
void setXSDFlag(boolean xsdFlag)
void setContractXML(java.io.InputStream contractXML)