Method Summary |
|
public InternationalString | getCondition() Condition under which the extended element is mandatory. |
public Datatype | getDataType() Code which identifies the kind of value provided in the extended element. |
public InternationalString | getDefinition() Definition of the extended element. |
public Integer | getDomainCode() Three digit code assigned to the extended element. |
public InternationalString | getDomainValue() Valid values that can be assigned to the extended element. |
public Integer | getMaximumOccurrence() Maximum occurrence of the extended element. |
public String | getName() Name of the extended metadata element. |
public Obligation | getObligation() Obligation of the extended element. |
public synchronized Collection | getParentEntity() Name of the metadata entity(s) under which this extended metadata element may appear. |
public synchronized Collection | getRationales() Reason for creating the extended element. |
public InternationalString | getRule() Specifies how the extended element relates to other existing elements and entities. |
public String | getShortName() Short form suitable for use in an implementation method such as XML or SGML. |
public synchronized Collection | getSources() Name of the person or organization creating the extended element. |
public synchronized void | setCondition(InternationalString newValue) Set the condition under which the extended element is mandatory. |
public synchronized void | setDataType(Datatype newValue) Set the code which identifies the kind of value provided in the extended element. |
public synchronized void | setDefinition(InternationalString newValue) Set the definition of the extended element. |
public synchronized void | setDomainCode(Integer newValue) Set a three digit code assigned to the extended element. |
public synchronized void | setDomainValue(InternationalString newValue) Set the valid values that can be assigned to the extended element. |
public synchronized void | setMaximumOccurrence(Integer newValue) Set the maximum occurrence of the extended element. |
public synchronized void | setName(String newValue) Set the name of the extended metadata element. |
public synchronized void | setObligation(Obligation newValue) Set the obligation of the extended element. |
public synchronized void | setParentEntity(Collection newValues) Set the name of the metadata entity(s) under which this extended metadata element may appear. |
public synchronized void | setRationales(Collection newValues) Set the reason for creating the extended element. |
public synchronized void | setRule(InternationalString newValue) Set how the extended element relates to other existing elements and entities. |
public synchronized void | setShortName(String newValue) Set a short form suitable for use in an implementation method such as XML or SGML. |
public synchronized void | setSources(Collection newValues) Set the name of the person or organization creating the extended element. |