Package org.hl7.fhir.dstu3.utils
Class ValidationProfileSet.ProfileRegistration
- java.lang.Object
-
- org.hl7.fhir.dstu3.utils.ValidationProfileSet.ProfileRegistration
-
- Enclosing class:
- ValidationProfileSet
public static class ValidationProfileSet.ProfileRegistration extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileRegistration(String profile, boolean error)
-
-
-
Constructor Detail
-
ProfileRegistration
public ProfileRegistration(String profile, boolean error)
-
-
Method Detail
-
getProfile
public String getProfile()
-
isError
public boolean isError()
-
-