public class BusinessObjectDefinition extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for businessObjectDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="businessObjectDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="businessObjectDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataProviderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shortDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attributes" type="{}attributes" minOccurs="0"/>
<element name="descriptiveBusinessObjectFormat" type="{}descriptiveBusinessObjectFormat" minOccurs="0"/>
<element name="sampleDataFiles" type="{}sampleDataFiles" minOccurs="0"/>
<element name="createdByUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdatedByUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdatedOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attributes |
protected String |
businessObjectDefinitionName |
protected String |
createdByUserId |
protected String |
dataProviderName |
protected String |
description |
protected DescriptiveBusinessObjectFormat |
descriptiveBusinessObjectFormat |
protected String |
displayName |
protected Integer |
id |
protected String |
lastUpdatedByUserId |
protected XMLGregorianCalendar |
lastUpdatedOn |
protected String |
namespace |
protected List<SampleDataFile> |
sampleDataFiles |
protected String |
shortDescription |
| Constructor and Description |
|---|
BusinessObjectDefinition()
Default no-arg constructor
|
BusinessObjectDefinition(Integer id,
String namespace,
String businessObjectDefinitionName,
String dataProviderName,
String description,
String shortDescription,
String displayName,
List<Attribute> attributes,
DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat,
List<SampleDataFile> sampleDataFiles,
String createdByUserId,
String lastUpdatedByUserId,
XMLGregorianCalendar lastUpdatedOn)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Attribute> |
getAttributes() |
String |
getBusinessObjectDefinitionName()
Gets the value of the businessObjectDefinitionName property.
|
String |
getCreatedByUserId()
Gets the value of the createdByUserId property.
|
String |
getDataProviderName()
Gets the value of the dataProviderName property.
|
String |
getDescription()
Gets the value of the description property.
|
DescriptiveBusinessObjectFormat |
getDescriptiveBusinessObjectFormat()
Gets the value of the descriptiveBusinessObjectFormat property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getLastUpdatedByUserId()
Gets the value of the lastUpdatedByUserId property.
|
XMLGregorianCalendar |
getLastUpdatedOn()
Gets the value of the lastUpdatedOn property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
List<SampleDataFile> |
getSampleDataFiles() |
String |
getShortDescription()
Gets the value of the shortDescription property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDefinitionName(String value)
Sets the value of the businessObjectDefinitionName property.
|
void |
setCreatedByUserId(String value)
Sets the value of the createdByUserId property.
|
void |
setDataProviderName(String value)
Sets the value of the dataProviderName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat value)
Sets the value of the descriptiveBusinessObjectFormat property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setLastUpdatedByUserId(String value)
Sets the value of the lastUpdatedByUserId property.
|
void |
setLastUpdatedOn(XMLGregorianCalendar value)
Sets the value of the lastUpdatedOn property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setSampleDataFiles(List<SampleDataFile> sampleDataFiles) |
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
String |
toString() |
protected Integer id
protected String namespace
protected String businessObjectDefinitionName
protected String dataProviderName
protected String description
protected String shortDescription
protected String displayName
protected DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat
protected List<SampleDataFile> sampleDataFiles
protected String createdByUserId
protected String lastUpdatedByUserId
protected XMLGregorianCalendar lastUpdatedOn
public BusinessObjectDefinition()
public BusinessObjectDefinition(Integer id, String namespace, String businessObjectDefinitionName, String dataProviderName, String description, String shortDescription, String displayName, List<Attribute> attributes, DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat, List<SampleDataFile> sampleDataFiles, String createdByUserId, String lastUpdatedByUserId, XMLGregorianCalendar lastUpdatedOn)
public void setId(Integer value)
value - allowed object is
Integerpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getBusinessObjectDefinitionName()
Stringpublic void setBusinessObjectDefinitionName(String value)
value - allowed object is
Stringpublic String getDataProviderName()
Stringpublic void setDataProviderName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic DescriptiveBusinessObjectFormat getDescriptiveBusinessObjectFormat()
DescriptiveBusinessObjectFormatpublic void setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat value)
value - allowed object is
DescriptiveBusinessObjectFormatpublic String getCreatedByUserId()
Stringpublic void setCreatedByUserId(String value)
value - allowed object is
Stringpublic String getLastUpdatedByUserId()
Stringpublic void setLastUpdatedByUserId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastUpdatedOn()
XMLGregorianCalendarpublic void setLastUpdatedOn(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<SampleDataFile> getSampleDataFiles()
public void setSampleDataFiles(List<SampleDataFile> sampleDataFiles)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2017. All rights reserved.