public static class TypeDetails.ProfiledType extends Object
| Constructor and Description |
|---|
ProfiledType(String n) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBinding(ElementDefinition.ElementDefinitionBindingComponent binding) |
void |
addProfile(String profile) |
void |
addProfiles(List<CanonicalType> list) |
List<ElementDefinition.ElementDefinitionBindingComponent> |
getBindings() |
List<String> |
getProfiles() |
String |
getUri() |
boolean |
hasBinding(ElementDefinition.ElementDefinitionBindingComponent b) |
boolean |
hasBindings() |
boolean |
hasProfiles() |
boolean |
isSystemType() |
static String |
ns(String n) |
public ProfiledType(String n)
public boolean hasProfiles()
public List<String> getProfiles()
public boolean hasBindings()
public List<ElementDefinition.ElementDefinitionBindingComponent> getBindings()
public void addProfile(String profile)
public void addBinding(ElementDefinition.ElementDefinitionBindingComponent binding)
public boolean hasBinding(ElementDefinition.ElementDefinitionBindingComponent b)
public void addProfiles(List<CanonicalType> list)
public boolean isSystemType()
Copyright © 2014–2021 Health Level 7. All rights reserved.