|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.element.ParticipantObjectIdentificationType
public class ParticipantObjectIdentificationType
Java class for ParticipantObjectIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantObjectIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ParticipantObjectIDTypeCode" type="{}CodedValueType"/>
<choice minOccurs="0">
<element name="ParticipantObjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParticipantObjectQuery" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</choice>
<element name="ParticipantObjectDetail" type="{}TypeValuePairType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ParticipantObjectDataLifeCycle">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="13"/>
<enumeration value="14"/>
<enumeration value="15"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ParticipantObjectID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ParticipantObjectSensitivity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ParticipantObjectTypeCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ParticipantObjectTypeCodeRole">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="13"/>
<enumeration value="14"/>
<enumeration value="15"/>
<enumeration value="16"/>
<enumeration value="17"/>
<enumeration value="18"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="22"/>
<enumeration value="23"/>
<enumeration value="24"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static java.lang.String |
DB_ObjectDetailTable
|
static java.lang.String |
DB_ParticipantObjectId
|
| Constructor Summary | |
|---|---|
ParticipantObjectIdentificationType()
|
|
| Method Summary | |
|---|---|
short |
getParticipantObjectDataLifeCycle()
Gets the value of the participantObjectDataLifeCycle property. |
java.lang.String |
getParticipantObjectDataLifeCycleName()
|
java.lang.String |
getParticipantObjectID()
Gets the value of the participantObjectID property. |
org.w3c.dom.Element |
getParticipantObjectIdentificationNode()
|
CodedValueType |
getParticipantObjectIDTypeCode()
Gets the value of the participantObjectIDTypeCode property. |
java.lang.String |
getParticipantObjectName()
Gets the value of the participantObjectName property. |
byte[] |
getParticipantObjectQuery()
Gets the value of the participantObjectQuery property. |
java.lang.String |
getParticipantObjectSensitivity()
Gets the value of the participantObjectSensitivity property. |
short |
getParticipantObjectTypeCode()
Gets the value of the participantObjectTypeCode property. |
java.lang.String |
getParticipantObjectTypeCodeName()
|
short |
getParticipantObjectTypeCodeRole()
Gets the value of the participantObjectTypeCodeRole property. |
java.lang.String |
getParticipantObjectTypeCodeRoleName()
|
static boolean |
IsValidElement(org.w3c.dom.Element el)
|
void |
parse(org.w3c.dom.Element el)
|
void |
setParticipantObjectDataLifeCycle(short value)
Sets the value of the participantObjectDataLifeCycle property. |
void |
setParticipantObjectDataLifeCycle(java.lang.String value)
|
void |
setParticipantObjectDetail(TypeValuePairType type)
|
void |
setParticipantObjectID(java.lang.String value)
Sets the value of the participantObjectID property. |
void |
setParticipantObjectIDTypeCode(CodedValueType value)
Sets the value of the participantObjectIDTypeCode property. |
void |
setParticipantObjectName(java.lang.String value)
Sets the value of the participantObjectName property. |
void |
setParticipantObjectQuery(byte[] value)
Sets the value of the participantObjectQuery property. |
void |
setParticipantObjectQuery(java.lang.String value)
|
void |
setParticipantObjectSensitivity(java.lang.String value)
Sets the value of the participantObjectSensitivity property. |
void |
setParticipantObjectTypeCode(short value)
Sets the value of the participantObjectTypeCode property. |
void |
setParticipantObjectTypeCode(java.lang.String value)
|
void |
setParticipantObjectTypeCodeRole(short value)
Sets the value of the participantObjectTypeCodeRole property. |
void |
setParticipantObjectTypeCodeRole(java.lang.String value)
|
void |
setParticipantObjectTypeCodeRoleName(java.lang.String value)
|
java.lang.String |
toHtml()
|
java.lang.String |
toXml()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DB_ParticipantObjectId
public static java.lang.String DB_ObjectDetailTable
| Constructor Detail |
|---|
public ParticipantObjectIdentificationType()
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError| Method Detail |
|---|
public CodedValueType getParticipantObjectIDTypeCode()
CodedValueTypepublic void setParticipantObjectIDTypeCode(CodedValueType value)
value - allowed object is
CodedValueTypepublic java.lang.String getParticipantObjectName()
Stringpublic void setParticipantObjectName(java.lang.String value)
value - allowed object is
Stringpublic byte[] getParticipantObjectQuery()
public void setParticipantObjectQuery(byte[] value)
value - allowed object is
byte[]public void setParticipantObjectQuery(java.lang.String value)
public void setParticipantObjectDetail(TypeValuePairType type)
public short getParticipantObjectDataLifeCycle()
Shortpublic java.lang.String getParticipantObjectDataLifeCycleName()
public void setParticipantObjectDataLifeCycle(short value)
throws ATNAException
value - allowed object is
Short
ATNAException
public void setParticipantObjectDataLifeCycle(java.lang.String value)
throws java.lang.NumberFormatException,
ATNAException
java.lang.NumberFormatException
ATNAExceptionpublic java.lang.String getParticipantObjectID()
Stringpublic void setParticipantObjectID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParticipantObjectSensitivity()
Stringpublic void setParticipantObjectSensitivity(java.lang.String value)
value - allowed object is
Stringpublic short getParticipantObjectTypeCode()
Shortpublic java.lang.String getParticipantObjectTypeCodeName()
public void setParticipantObjectTypeCode(short value)
throws ATNAException
value - allowed object is
Short
ATNAException
SyslogException
public void setParticipantObjectTypeCode(java.lang.String value)
throws ATNAException
ATNAExceptionpublic short getParticipantObjectTypeCodeRole()
Shortpublic java.lang.String getParticipantObjectTypeCodeRoleName()
public void setParticipantObjectTypeCodeRole(short value)
throws ATNAException
value - allowed object is
Short
SyslogException
ATNAException
public void setParticipantObjectTypeCodeRoleName(java.lang.String value)
throws ATNAException
ATNAException
public void setParticipantObjectTypeCodeRole(java.lang.String value)
throws ATNAException
ATNAExceptionpublic java.lang.String toXml()
public java.lang.String toHtml()
public org.w3c.dom.Element getParticipantObjectIdentificationNode()
public static boolean IsValidElement(org.w3c.dom.Element el)
public void parse(org.w3c.dom.Element el)
throws ATNAException
ATNAException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||