|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevocationReasonType | |
---|---|
be.fgov.ehealth.certra.core.v2 | |
be.fgov.ehealth.certra.protocol.v2 | |
be.fgov.ehealth.technicalconnector.ra.builders | |
be.fgov.ehealth.technicalconnector.ra.domain |
Uses of RevocationReasonType in be.fgov.ehealth.certra.core.v2 |
---|
Methods in be.fgov.ehealth.certra.core.v2 that return RevocationReasonType | |
---|---|
static RevocationReasonType |
RevocationReasonType.fromValue(String v)
|
RevocationReasonType |
RevocationContractType.getRevocationReason()
Gets the value of the revocationReason property. |
static RevocationReasonType |
RevocationReasonType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RevocationReasonType[] |
RevocationReasonType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in be.fgov.ehealth.certra.core.v2 with parameters of type RevocationReasonType | |
---|---|
void |
RevocationContractType.setRevocationReason(RevocationReasonType value)
Sets the value of the revocationReason property. |
Uses of RevocationReasonType in be.fgov.ehealth.certra.protocol.v2 |
---|
Methods in be.fgov.ehealth.certra.protocol.v2 that return RevocationReasonType | |
---|---|
RevocationReasonType |
GenerateRevocationContractRequest.getRevocationReason()
Gets the value of the revocationReason property. |
Methods in be.fgov.ehealth.certra.protocol.v2 with parameters of type RevocationReasonType | |
---|---|
void |
GenerateRevocationContractRequest.setRevocationReason(RevocationReasonType value)
Sets the value of the revocationReason property. |
Uses of RevocationReasonType in be.fgov.ehealth.technicalconnector.ra.builders |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.builders with parameters of type RevocationReasonType | |
---|---|
RevocationRequestBuilder.BuildStep |
RevocationRequestBuilder.TypeStep.withRevocationReasonType(RevocationReasonType revocationReasonType)
|
Uses of RevocationReasonType in be.fgov.ehealth.technicalconnector.ra.domain |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.domain that return RevocationReasonType | |
---|---|
RevocationReasonType |
RevocationContractRequest.getRevocationReason()
|
RevocationReasonType |
GeneratedRevocationContract.getRevocationReason()
|
Methods in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type RevocationReasonType | |
---|---|
RevocationContractRequest.Builder |
RevocationContractRequest.Builder.revocationReason(RevocationReasonType revocationReason)
Sets the revocationReason and returns a reference to this Builder so that the methods can be chained together. |
void |
GeneratedRevocationContract.setRevocationReason(RevocationReasonType revocationReason)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |