public class ExtensionsType extends Object
Java class for ExtensionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ExtensionsType() |
Modifier and Type | Method and Description |
---|---|
void |
addExtension(Object extension)
Add an extension
|
List<Object> |
getAny()
Gets the value of the any property.
|
List<Element> |
getDomElements() |
Element |
getElement()
Deprecated.
|
EntityAttributes |
getEntityAttributes() |
void |
removeExtension(Object extension)
Remove an extension
|
void |
setElement(Element element)
Deprecated.
|
@Deprecated public Element getElement()
@Deprecated public void setElement(Element element)
public void addExtension(Object extension)
extension
- public void removeExtension(Object extension)
extension
- public EntityAttributes getEntityAttributes()
Copyright © 2021 JBoss by Red Hat. All rights reserved.