Uses of Class
com.sun.identity.entitlement.xacml3.core.Status
-
Packages that use Status Package Description com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of Status in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core declared as Status Modifier and Type Field Description protected Status
Result. status
Methods in com.sun.identity.entitlement.xacml3.core that return Status Modifier and Type Method Description Status
ObjectFactory. createStatus()
Create an instance ofStatus
Status
Result. getStatus()
Gets the value of the status property.Methods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type Status Modifier and Type Method Description JAXBElement<Status>
ObjectFactory. createStatus(Status value)
Methods in com.sun.identity.entitlement.xacml3.core with parameters of type Status Modifier and Type Method Description JAXBElement<Status>
ObjectFactory. createStatus(Status value)
void
Result. setStatus(Status value)
Sets the value of the status property.
-