public class CommonStatusDetailType extends Object implements Serializable
Java class for StatusDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CommonStatusDetailType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatusDetail(Object obj)
Add status detail
|
List<Object> |
getAny()
Gets the value of the any property.
|
void |
removeStatusDetail(Object obj)
Remove status detail
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.