public class InsertOrUpdateURIMapBean extends IdableParameterBean
Constructor and Description |
---|
InsertOrUpdateURIMapBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociationNames() |
java.lang.String |
getCodingSchemeUId()
Gets the coding scheme id.
|
java.lang.String |
getReferenceType() |
java.lang.String |
getSupportedAttributeTag()
Gets the supported attribute tag.
|
URIMap |
getUriMap()
Gets the uri map.
|
void |
setAssociationNames(java.lang.String associationNames) |
void |
setCodingSchemeUId(java.lang.String codingSchemeUId)
Sets the coding scheme id.
|
void |
setReferenceType(java.lang.String referenceType) |
void |
setSupportedAttributeTag(java.lang.String supportedAttributeTag)
Sets the supported attribute tag.
|
void |
setUriMap(URIMap uriMap)
Sets the uri map.
|
getEntryStateUId, getUId, setEntryStateUId, setUId
getActualTableSetPrefix, getPrefix, setActualTableSetPrefix, setPrefix
public void setSupportedAttributeTag(java.lang.String supportedAttributeTag)
supportedAttributeTag
- the new supported attribute tagpublic java.lang.String getSupportedAttributeTag()
public void setUriMap(URIMap uriMap)
uriMap
- the new uri mappublic URIMap getUriMap()
public void setCodingSchemeUId(java.lang.String codingSchemeUId)
codingSchemeUId
- the new coding scheme idpublic java.lang.String getCodingSchemeUId()
public java.lang.String getReferenceType()
public void setReferenceType(java.lang.String referenceType)
referenceType
- the referenceType to setpublic java.lang.String getAssociationNames()
public void setAssociationNames(java.lang.String associationNames)
associationNames
- the associationNames to set