@CodingStyleguideUnaware public class BusinessObjectDocumentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for BusinessObjectDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessObjectDocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openapplications.org/oagis/9}ApplicationArea"/>
</sequence>
<attribute name="releaseID" use="required" type="{http://www.openapplications.org/oagis/9}NormalizedStringType" />
<attribute name="versionID" type="{http://www.openapplications.org/oagis/9}NormalizedStringType" />
<attribute name="systemEnvironmentCode" type="{http://www.openapplications.org/oagis/9}SystemEnvironmentCodeContentType" default="Production" />
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
BusinessObjectDocumentType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDocumentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(BusinessObjectDocumentType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ApplicationAreaType |
getApplicationArea()
Gets the value of the applicationArea property.
|
String |
getReleaseID()
Gets the value of the releaseID property.
|
String |
getSystemEnvironmentCode()
Gets the value of the systemEnvironmentCode property.
|
String |
getVersionID()
Gets the value of the versionID property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setApplicationArea(ApplicationAreaType value)
Sets the value of the applicationArea property.
|
void |
setReleaseID(String value)
Sets the value of the releaseID property.
|
void |
setSystemEnvironmentCode(String value)
Sets the value of the systemEnvironmentCode property.
|
void |
setVersionID(String value)
Sets the value of the versionID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BusinessObjectDocumentType()
@Nullable public ApplicationAreaType getApplicationArea()
ApplicationAreaTypepublic void setApplicationArea(@Nullable ApplicationAreaType value)
value - allowed object is
ApplicationAreaType@Nullable public String getReleaseID()
Stringpublic void setReleaseID(@Nullable String value)
value - allowed object is
String@Nullable public String getVersionID()
Stringpublic void setVersionID(@Nullable String value)
value - allowed object is
String@Nullable public String getSystemEnvironmentCode()
Stringpublic void setSystemEnvironmentCode(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull BusinessObjectDocumentType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public BusinessObjectDocumentType clone()
Copyright © 2016–2021 Philip Helger. All rights reserved.