Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusCodeType
Packages that use StatusCodeType
-
Uses of StatusCodeType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as StatusCodeTypeModifier and TypeFieldDescriptionprotected StatusCodeTypeStatusCodeType.statusCodeprotected StatusCodeTypeStatusType.statusCodeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return StatusCodeTypeModifier and TypeMethodDescriptionObjectFactory.createStatusCodeType()Create an instance ofStatusCodeTypeStatusCodeType.getStatusCode()Gets the value of the statusCode property.StatusType.getStatusCode()Gets the value of the statusCode property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type StatusCodeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<StatusCodeType>ObjectFactory.createStatusCode(StatusCodeType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type StatusCodeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<StatusCodeType>ObjectFactory.createStatusCode(StatusCodeType value) voidStatusCodeType.setStatusCode(StatusCodeType value) Sets the value of the statusCode property.voidStatusType.setStatusCode(StatusCodeType value) Sets the value of the statusCode property.