public interface IComplexStructure
Modifier and Type | Method and Description |
---|---|
AnyAttributeElement |
getAnyAttribute()
Get anyAttribute child element.
|
FilteredSegmentList |
getAttributeList()
Get list of attribute child elements.
|
CommonCompositorBase |
getContentDefinition()
Get content definition particle.
|
void |
setAnyAttribute(AnyAttributeElement element)
Set anyAttribute child element.
|
void |
setContentDefinition(CommonCompositorBase element)
Set content definition particle.
|
CommonCompositorBase getContentDefinition()
null
if nonevoid setContentDefinition(CommonCompositorBase element)
element
- content definition particle, or null
if noneFilteredSegmentList getAttributeList()
AnyAttributeElement getAnyAttribute()
null
if nonevoid setAnyAttribute(AnyAttributeElement element)
element
- element, or null
if unsetting