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.
|
void |
removeExtension(Object extension)
Remove an extension
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.