public interface DocumentRoot
The following features are supported:
ContractPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
BusinessAccountType |
getBusinessAccount()
Returns the value of the 'Business Account' containment reference.
|
java.lang.String |
getBusinessAccountBODVersion()
Returns the value of the 'Business Account BOD Version' attribute.
|
ContractType |
getContract()
Returns the value of the 'Contract' containment reference.
|
java.lang.String |
getContractBODVersion()
Returns the value of the 'Contract BOD Version' attribute.
|
GetBusinessAccountType |
getGetBusinessAccount()
Returns the value of the 'Get Business Account' containment reference.
|
GetContractType |
getGetContract()
Returns the value of the 'Get Contract' containment reference.
|
commonj.sdo.Sequence |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
ShowBusinessAccountType |
getShowBusinessAccount()
Returns the value of the 'Show Business Account' containment reference.
|
ShowContractType |
getShowContract()
Returns the value of the 'Show Contract' containment reference.
|
java.util.Map |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
java.util.Map |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
void |
setBusinessAccount(BusinessAccountType value)
Sets the value of the '
Business Account ' containment reference. |
void |
setBusinessAccountBODVersion(java.lang.String value)
Sets the value of the '
Business Account BOD Version ' attribute. |
void |
setContract(ContractType value)
Sets the value of the '
Contract ' containment reference. |
void |
setContractBODVersion(java.lang.String value)
Sets the value of the '
Contract BOD Version ' attribute. |
void |
setGetBusinessAccount(GetBusinessAccountType value)
Sets the value of the '
Get Business Account ' containment reference. |
void |
setGetContract(GetContractType value)
Sets the value of the '
Get Contract ' containment reference. |
void |
setShowBusinessAccount(ShowBusinessAccountType value)
Sets the value of the '
Show Business Account ' containment reference. |
void |
setShowContract(ShowContractType value)
Sets the value of the '
Show Contract ' containment reference. |
commonj.sdo.Sequence getMixed()
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
ContractPackage.getDocumentRoot_Mixed()
java.util.Map getXMLNSPrefixMap()
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
ContractPackage.getDocumentRoot_XMLNSPrefixMap()
java.util.Map getXSISchemaLocation()
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
ContractPackage.getDocumentRoot_XSISchemaLocation()
BusinessAccountType getBusinessAccount()
setBusinessAccount(BusinessAccountType)
,
ContractPackage.getDocumentRoot_BusinessAccount()
void setBusinessAccount(BusinessAccountType value)
Business Account
' containment reference.
value
- the new value of the 'Business Account' containment reference.getBusinessAccount()
java.lang.String getBusinessAccountBODVersion()
"6.0.0.6"
.
The version of WebSphere Commerce when the noun was last
changed. The value is set as the versionID attribute in
the corresponding BODs.
setBusinessAccountBODVersion(String)
,
ContractPackage.getDocumentRoot_BusinessAccountBODVersion()
void setBusinessAccountBODVersion(java.lang.String value)
Business Account BOD Version
' attribute.
value
- the new value of the 'Business Account BOD Version' attribute.getBusinessAccountBODVersion()
GetBusinessAccountType getGetBusinessAccount()
setGetBusinessAccount(GetBusinessAccountType)
,
ContractPackage.getDocumentRoot_GetBusinessAccount()
void setGetBusinessAccount(GetBusinessAccountType value)
Get Business Account
' containment reference.
value
- the new value of the 'Get Business Account' containment reference.getGetBusinessAccount()
ContractType getContract()
setContract(ContractType)
,
ContractPackage.getDocumentRoot_Contract()
void setContract(ContractType value)
Contract
' containment reference.
value
- the new value of the 'Contract' containment reference.getContract()
java.lang.String getContractBODVersion()
"6.0.0.6"
.
The version of WebSphere Commerce when the noun was last changed.
The value is set as the versionID attribute in the corresponding BODs.
setContractBODVersion(String)
,
ContractPackage.getDocumentRoot_ContractBODVersion()
void setContractBODVersion(java.lang.String value)
Contract BOD Version
' attribute.
value
- the new value of the 'Contract BOD Version' attribute.getContractBODVersion()
GetContractType getGetContract()
setGetContract(GetContractType)
,
ContractPackage.getDocumentRoot_GetContract()
void setGetContract(GetContractType value)
Get Contract
' containment reference.
value
- the new value of the 'Get Contract' containment reference.getGetContract()
ShowBusinessAccountType getShowBusinessAccount()
setShowBusinessAccount(ShowBusinessAccountType)
,
ContractPackage.getDocumentRoot_ShowBusinessAccount()
void setShowBusinessAccount(ShowBusinessAccountType value)
Show Business Account
' containment reference.
value
- the new value of the 'Show Business Account' containment reference.getShowBusinessAccount()
ShowContractType getShowContract()
setShowContract(ShowContractType)
,
ContractPackage.getDocumentRoot_ShowContract()
void setShowContract(ShowContractType value)
Show Contract
' containment reference.
value
- the new value of the 'Show Contract' containment reference.getShowContract()