| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDependentElement()
Accessor for whether the element is dependent
|
String |
getElementType()
Accessor for the element type.
|
Boolean |
getEmbeddedElement()
Accessor for whether the element is embedded.
|
Boolean |
getSerializedElement()
Accessor for whether the element is serialised.
|
CollectionMetadata |
setDependentElement(boolean val)
Method to set whether the element is dependent.
|
CollectionMetadata |
setElementType(String type)
Method to set the name of the element type.
|
CollectionMetadata |
setEmbeddedElement(boolean val)
Method to set whether the element is embedded.
|
CollectionMetadata |
setSerializedElement(boolean val)
Method to set whether the element is serialised.
|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadataCollectionMetadata setElementType(String type)
type - Name of the element typeString getElementType()
CollectionMetadata setEmbeddedElement(boolean val)
val - Whether it is embeddedBoolean getEmbeddedElement()
CollectionMetadata setSerializedElement(boolean val)
val - Whether it is serialisedBoolean getSerializedElement()
CollectionMetadata setDependentElement(boolean val)
val - Whether it is dependentBoolean getDependentElement()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.