org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class ParticipantObjectIdentificationType

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.ParticipantObjectIdentificationType

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>
 


Field Summary
protected  Short participantObjectDataLifeCycle
           
protected  List<TypeValuePairType> participantObjectDetail
           
protected  String participantObjectID
           
protected  CodedValueType participantObjectIDTypeCode
           
protected  String participantObjectName
           
protected  byte[] participantObjectQuery
           
protected  String participantObjectSensitivity
           
protected  Short participantObjectTypeCode
           
protected  Short participantObjectTypeCodeRole
           
 
Constructor Summary
ParticipantObjectIdentificationType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

participantObjectIDTypeCode

protected CodedValueType participantObjectIDTypeCode

participantObjectName

protected String participantObjectName

participantObjectQuery

protected byte[] participantObjectQuery

participantObjectDetail

protected List<TypeValuePairType> participantObjectDetail

participantObjectID

protected String participantObjectID

participantObjectTypeCode

protected Short participantObjectTypeCode

participantObjectTypeCodeRole

protected Short participantObjectTypeCodeRole

participantObjectDataLifeCycle

protected Short participantObjectDataLifeCycle

participantObjectSensitivity

protected String participantObjectSensitivity
Constructor Detail

ParticipantObjectIdentificationType

public ParticipantObjectIdentificationType()
Method Detail

getParticipantObjectIDTypeCode

public CodedValueType getParticipantObjectIDTypeCode()
Gets the value of the participantObjectIDTypeCode property.

Returns:
possible object is CodedValueType

setParticipantObjectIDTypeCode

public void setParticipantObjectIDTypeCode(CodedValueType value)
Sets the value of the participantObjectIDTypeCode property.

Parameters:
value - allowed object is CodedValueType

getParticipantObjectName

public String getParticipantObjectName()
Gets the value of the participantObjectName property.

Returns:
possible object is String

setParticipantObjectName

public void setParticipantObjectName(String value)
Sets the value of the participantObjectName property.

Parameters:
value - allowed object is String

getParticipantObjectQuery

public byte[] getParticipantObjectQuery()
Gets the value of the participantObjectQuery property.

Returns:
possible object is byte[]

setParticipantObjectQuery

public void setParticipantObjectQuery(byte[] value)
Sets the value of the participantObjectQuery property.

Parameters:
value - allowed object is byte[]

getParticipantObjectDetail

public List<TypeValuePairType> getParticipantObjectDetail()
Gets the value of the participantObjectDetail property.

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


getParticipantObjectID

public String getParticipantObjectID()
Gets the value of the participantObjectID property.

Returns:
possible object is String

setParticipantObjectID

public void setParticipantObjectID(String value)
Sets the value of the participantObjectID property.

Parameters:
value - allowed object is String

getParticipantObjectTypeCode

public Short getParticipantObjectTypeCode()
Gets the value of the participantObjectTypeCode property.

Returns:
possible object is Short

setParticipantObjectTypeCode

public void setParticipantObjectTypeCode(Short value)
Sets the value of the participantObjectTypeCode property.

Parameters:
value - allowed object is Short

getParticipantObjectTypeCodeRole

public Short getParticipantObjectTypeCodeRole()
Gets the value of the participantObjectTypeCodeRole property.

Returns:
possible object is Short

setParticipantObjectTypeCodeRole

public void setParticipantObjectTypeCodeRole(Short value)
Sets the value of the participantObjectTypeCodeRole property.

Parameters:
value - allowed object is Short

getParticipantObjectDataLifeCycle

public Short getParticipantObjectDataLifeCycle()
Gets the value of the participantObjectDataLifeCycle property.

Returns:
possible object is Short

setParticipantObjectDataLifeCycle

public void setParticipantObjectDataLifeCycle(Short value)
Sets the value of the participantObjectDataLifeCycle property.

Parameters:
value - allowed object is Short

getParticipantObjectSensitivity

public String getParticipantObjectSensitivity()
Gets the value of the participantObjectSensitivity property.

Returns:
possible object is String

setParticipantObjectSensitivity

public void setParticipantObjectSensitivity(String value)
Sets the value of the participantObjectSensitivity property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.