public class ExtensionType extends Object
Java class for ExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other'/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected String |
type |
| Constructor and Description |
|---|
ExtensionType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setType(String value)
Sets the value of the type property.
|
Copyright © 2022 NorStella. All rights reserved.