Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType
-
Packages that use StatusType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of StatusType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as StatusType Modifier and Type Field Description protected StatusTypeStatusResponseType. statusMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return StatusType Modifier and Type Method Description StatusTypeObjectFactory. createStatusType()Create an instance ofStatusTypeStatusTypeStatusResponseType. getStatus()Gets the value of the status property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type StatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createStatus(StatusType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type StatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createStatus(StatusType value)voidStatusResponseType. setStatus(StatusType value)Sets the value of the status property.
-