| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected DescriptiveBusinessObjectFormat |
BusinessObjectDefinition.descriptiveBusinessObjectFormat |
| Modifier and Type | Method and Description |
|---|---|
DescriptiveBusinessObjectFormat |
ObjectFactory.createDescriptiveBusinessObjectFormat()
Create an instance of
DescriptiveBusinessObjectFormat |
DescriptiveBusinessObjectFormat |
BusinessObjectDefinition.getDescriptiveBusinessObjectFormat()
Gets the value of the descriptiveBusinessObjectFormat property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDefinition.setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormat value)
Sets the value of the descriptiveBusinessObjectFormat property.
|
| Constructor and Description |
|---|
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,
List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.