|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.common.CommonStatusDetailType
public class CommonStatusDetailType
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>
Field Summary | |
---|---|
protected List<Object> |
any
|
Constructor Summary | |
---|---|
CommonStatusDetailType()
|
Method Summary | |
---|---|
void |
addStatusDetail(Object obj)
Add status detail |
List<Object> |
getAny()
Gets the value of the any property. |
void |
removeStatusDetail(Object obj)
Remove status detail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Object> any
Constructor Detail |
---|
public CommonStatusDetailType()
Method Detail |
---|
public void addStatusDetail(Object obj)
obj
- public void removeStatusDetail(Object obj)
obj
- public List<Object> getAny()
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |