public interface UpdateXSDContractCmd extends TaskCommand
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 full name of this command.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getContractId()
Returns the ID of the updated contract.
|
void | setContractElement(org.w3c.dom.Element contractElement)
Sets the contract Element.
|
void | setContractId(java.lang.Long contractId)
Sets the ID of the contract to update.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.Long getContractId()
void setContractElement(org.w3c.dom.Element contractElement)
void setContractId(java.lang.Long contractId)