public class ParticipantObjectIdentificationType extends 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>
| Constructor and Description |
|---|
ParticipantObjectIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getParticipantObjectDataLifeCycle()
Gets the value of the participantObjectDataLifeCycle property.
|
List<TypeValuePairType> |
getParticipantObjectDetail()
Gets the value of the participantObjectDetail property.
|
String |
getParticipantObjectID()
Gets the value of the participantObjectID property.
|
CodedValueType |
getParticipantObjectIDTypeCode()
Gets the value of the participantObjectIDTypeCode property.
|
String |
getParticipantObjectName()
Gets the value of the participantObjectName property.
|
byte[] |
getParticipantObjectQuery()
Gets the value of the participantObjectQuery property.
|
String |
getParticipantObjectSensitivity()
Gets the value of the participantObjectSensitivity property.
|
Short |
getParticipantObjectTypeCode()
Gets the value of the participantObjectTypeCode property.
|
Short |
getParticipantObjectTypeCodeRole()
Gets the value of the participantObjectTypeCodeRole property.
|
void |
setParticipantObjectDataLifeCycle(Short value)
Sets the value of the participantObjectDataLifeCycle property.
|
void |
setParticipantObjectID(String value)
Sets the value of the participantObjectID property.
|
void |
setParticipantObjectIDTypeCode(CodedValueType value)
Sets the value of the participantObjectIDTypeCode property.
|
void |
setParticipantObjectName(String value)
Sets the value of the participantObjectName property.
|
void |
setParticipantObjectQuery(byte[] value)
Sets the value of the participantObjectQuery property.
|
void |
setParticipantObjectSensitivity(String value)
Sets the value of the participantObjectSensitivity property.
|
void |
setParticipantObjectTypeCode(Short value)
Sets the value of the participantObjectTypeCode property.
|
void |
setParticipantObjectTypeCodeRole(Short value)
Sets the value of the participantObjectTypeCodeRole property.
|
public CodedValueType getParticipantObjectIDTypeCode()
CodedValueTypepublic void setParticipantObjectIDTypeCode(CodedValueType value)
value - allowed object is
CodedValueTypepublic String getParticipantObjectName()
Stringpublic void setParticipantObjectName(String value)
value - allowed object is
Stringpublic byte[] getParticipantObjectQuery()
public void setParticipantObjectQuery(byte[] value)
value - allowed object is
byte[]public 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 String getParticipantObjectID()
Stringpublic void setParticipantObjectID(String value)
value - allowed object is
Stringpublic Short getParticipantObjectTypeCode()
Shortpublic void setParticipantObjectTypeCode(Short value)
value - allowed object is
Shortpublic Short getParticipantObjectTypeCodeRole()
Shortpublic void setParticipantObjectTypeCodeRole(Short value)
value - allowed object is
Shortpublic Short getParticipantObjectDataLifeCycle()
Shortpublic void setParticipantObjectDataLifeCycle(Short value)
value - allowed object is
Shortpublic String getParticipantObjectSensitivity()
StringCopyright © 2010–2021 NHIN Direct. All rights reserved.