public class ParticipantObjectIdentificationType
extends java.lang.Object
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="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}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="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}TypeValuePairType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ParticipantObjectID" use="required" 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>
<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="ParticipantObjectSensitivity" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Short |
participantObjectDataLifeCycle |
protected java.util.List<TypeValuePairType> |
participantObjectDetail |
protected java.lang.String |
participantObjectID |
protected CodedValueType |
participantObjectIDTypeCode |
protected java.lang.String |
participantObjectName |
protected byte[] |
participantObjectQuery |
protected java.lang.String |
participantObjectSensitivity |
protected java.lang.Short |
participantObjectTypeCode |
protected java.lang.Short |
participantObjectTypeCodeRole |
| Constructor and Description |
|---|
ParticipantObjectIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
getParticipantObjectDataLifeCycle()
Gets the value of the participantObjectDataLifeCycle property.
|
java.util.List<TypeValuePairType> |
getParticipantObjectDetail()
Gets the value of the participantObjectDetail property.
|
java.lang.String |
getParticipantObjectID()
Gets the value of the participantObjectID property.
|
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.
|
java.lang.Short |
getParticipantObjectTypeCode()
Gets the value of the participantObjectTypeCode property.
|
java.lang.Short |
getParticipantObjectTypeCodeRole()
Gets the value of the participantObjectTypeCodeRole property.
|
void |
setParticipantObjectDataLifeCycle(java.lang.Short value)
Sets the value of the participantObjectDataLifeCycle property.
|
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 |
setParticipantObjectSensitivity(java.lang.String value)
Sets the value of the participantObjectSensitivity property.
|
void |
setParticipantObjectTypeCode(java.lang.Short value)
Sets the value of the participantObjectTypeCode property.
|
void |
setParticipantObjectTypeCodeRole(java.lang.Short value)
Sets the value of the participantObjectTypeCodeRole property.
|
protected CodedValueType participantObjectIDTypeCode
protected java.lang.String participantObjectName
protected byte[] participantObjectQuery
protected java.util.List<TypeValuePairType> participantObjectDetail
protected java.lang.String participantObjectID
protected java.lang.Short participantObjectTypeCode
protected java.lang.Short participantObjectTypeCodeRole
protected java.lang.Short participantObjectDataLifeCycle
protected java.lang.String participantObjectSensitivity
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 java.util.List<TypeValuePairType> getParticipantObjectDetail()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the participantObjectDetail property.
For example, to add a new item, do as follows:
getParticipantObjectDetail().add(newItem);
Objects of the following type(s) are allowed in the list
TypeValuePairType
public java.lang.String getParticipantObjectID()
Stringpublic void setParticipantObjectID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Short getParticipantObjectTypeCode()
Shortpublic void setParticipantObjectTypeCode(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getParticipantObjectTypeCodeRole()
Shortpublic void setParticipantObjectTypeCodeRole(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getParticipantObjectDataLifeCycle()
Shortpublic void setParticipantObjectDataLifeCycle(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.String getParticipantObjectSensitivity()
Stringpublic void setParticipantObjectSensitivity(java.lang.String value)
value - allowed object is
StringCopyright © 2010-2021 HNIN Direct. All Rights Reserved.