|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.org.WTOrganizationIdentifier
public class WTOrganizationIdentifier
Use the newWTOrganizationIdentifier static factory method(s),
not the WTOrganizationIdentifier constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CODING_SYSTEM
Label for the attribute. |
static String |
UNIQUE_IDENTIFIER
Label for the attribute. |
| Method Summary | |
|---|---|
String |
getCodingSystem()
Gets the value of the attribute: CODING_SYSTEM. |
String |
getUniqueIdentifier()
Gets the value of the attribute: UNIQUE_IDENTIFIER. |
void |
setCodingSystem(String a_CodingSystem)
Sets the value of the attribute: CODING_SYSTEM. |
void |
setUniqueIdentifier(String a_UniqueIdentifier)
Sets the value of the attribute: UNIQUE_IDENTIFIER. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CODING_SYSTEM
public static final String UNIQUE_IDENTIFIER
| Method Detail |
|---|
public String getCodingSystem()
public void setCodingSystem(String a_CodingSystem)
throws WTPropertyVetoException
a_CodingSystem -
WTPropertyVetoExceptionpublic String getUniqueIdentifier()
public void setUniqueIdentifier(String a_UniqueIdentifier)
throws WTPropertyVetoException
a_UniqueIdentifier -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||