public interface BusinessObjectDocumentType
The following features are supported:
Oagis9Package.getBusinessObjectDocumentType()
Modifier and Type | Method and Description |
---|---|
ApplicationAreaType |
getApplicationArea()
Returns the value of the 'Application Area' containment reference.
|
java.lang.String |
getLanguageCode()
Returns the value of the 'Language Code' attribute.
|
java.lang.String |
getReleaseID()
Returns the value of the 'Release ID' attribute.
|
java.lang.Object |
getSystemEnvironmentCode()
Returns the value of the 'System Environment Code' attribute.
|
java.lang.String |
getVersionID()
Returns the value of the 'Version ID' attribute.
|
boolean |
isSetLanguageCode()
Returns whether the value of the '
Language Code ' attribute is set. |
boolean |
isSetSystemEnvironmentCode()
Returns whether the value of the '
System Environment Code ' attribute is set. |
void |
setApplicationArea(ApplicationAreaType value)
Sets the value of the '
Application Area ' containment reference. |
void |
setLanguageCode(java.lang.String value)
Sets the value of the '
Language Code ' attribute. |
void |
setReleaseID(java.lang.String value)
Sets the value of the '
Release ID ' attribute. |
void |
setSystemEnvironmentCode(java.lang.Object value)
Sets the value of the '
System Environment Code ' attribute. |
void |
setVersionID(java.lang.String value)
Sets the value of the '
Version ID ' attribute. |
void |
unsetLanguageCode()
Unsets the value of the '
Language Code ' attribute. |
void |
unsetSystemEnvironmentCode()
Unsets the value of the '
System Environment Code ' attribute. |
ApplicationAreaType getApplicationArea()
setApplicationArea(ApplicationAreaType)
,
Oagis9Package.getBusinessObjectDocumentType_ApplicationArea()
void setApplicationArea(ApplicationAreaType value)
Application Area
' containment reference.
value
- the new value of the 'Application Area' containment reference.getApplicationArea()
java.lang.String getLanguageCode()
"en-US"
.
Indicates the language that the contents of the BOD is in unless otherwise stated.
isSetLanguageCode()
,
unsetLanguageCode()
,
setLanguageCode(String)
,
Oagis9Package.getBusinessObjectDocumentType_LanguageCode()
void setLanguageCode(java.lang.String value)
Language Code
' attribute.
value
- the new value of the 'Language Code' attribute.isSetLanguageCode()
,
unsetLanguageCode()
,
getLanguageCode()
void unsetLanguageCode()
Language Code
' attribute.
boolean isSetLanguageCode()
Language Code
' attribute is set.
unsetLanguageCode()
,
getLanguageCode()
,
setLanguageCode(String)
java.lang.String getReleaseID()
setReleaseID(String)
,
Oagis9Package.getBusinessObjectDocumentType_ReleaseID()
void setReleaseID(java.lang.String value)
Release ID
' attribute.
value
- the new value of the 'Release ID' attribute.getReleaseID()
java.lang.Object getSystemEnvironmentCode()
"Production"
.
Indicates whether this BOD is being sent in a "Test" or a "Production" mode. If the BOD is being sent in a test mode, it's information should not affect the business operation. However, if the BOD is sent in "Production" mode it is assumed that all test has been complete and the contents of the BOD are to affect the operation of the receiving business application(s).
isSetSystemEnvironmentCode()
,
unsetSystemEnvironmentCode()
,
setSystemEnvironmentCode(Object)
,
Oagis9Package.getBusinessObjectDocumentType_SystemEnvironmentCode()
void setSystemEnvironmentCode(java.lang.Object value)
System Environment Code
' attribute.
value
- the new value of the 'System Environment Code' attribute.isSetSystemEnvironmentCode()
,
unsetSystemEnvironmentCode()
,
getSystemEnvironmentCode()
void unsetSystemEnvironmentCode()
System Environment Code
' attribute.
boolean isSetSystemEnvironmentCode()
System Environment Code
' attribute is set.
unsetSystemEnvironmentCode()
,
getSystemEnvironmentCode()
,
setSystemEnvironmentCode(Object)
java.lang.String getVersionID()
setVersionID(String)
,
Oagis9Package.getBusinessObjectDocumentType_VersionID()
void setVersionID(java.lang.String value)
Version ID
' attribute.
value
- the new value of the 'Version ID' attribute.getVersionID()