public class ParticipantObjectIdentification 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 ref="{}ParticipantObjectIDTypeCode"/>
<choice minOccurs="0">
<element ref="{}ParticipantObjectName"/>
<element ref="{}ParticipantObjectQuery"/>
</choice>
<element ref="{}ParticipantObjectDetail" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}ParticipantObjectDescription"/>
</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}token">
<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}token">
<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}token">
<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 String |
participantObjectDataLifeCycle |
protected ParticipantObjectDescription |
participantObjectDescription |
protected List<ParticipantObjectDetail> |
participantObjectDetail |
protected String |
participantObjectID |
protected ParticipantObjectIDTypeCode |
participantObjectIDTypeCode |
protected String |
participantObjectName |
protected byte[] |
participantObjectQuery |
protected String |
participantObjectSensitivity |
protected String |
participantObjectTypeCode |
protected String |
participantObjectTypeCodeRole |
| Constructor and Description |
|---|
ParticipantObjectIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParticipantObjectDataLifeCycle()
Gets the value of the participantObjectDataLifeCycle property.
|
ParticipantObjectDescription |
getParticipantObjectDescription()
Gets the value of the participantObjectDescription property.
|
List<ParticipantObjectDetail> |
getParticipantObjectDetail()
Gets the value of the participantObjectDetail property.
|
String |
getParticipantObjectID()
Gets the value of the participantObjectID property.
|
ParticipantObjectIDTypeCode |
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.
|
String |
getParticipantObjectTypeCode()
Gets the value of the participantObjectTypeCode property.
|
String |
getParticipantObjectTypeCodeRole()
Gets the value of the participantObjectTypeCodeRole property.
|
void |
setParticipantObjectDataLifeCycle(String value)
Sets the value of the participantObjectDataLifeCycle property.
|
void |
setParticipantObjectDescription(ParticipantObjectDescription value)
Sets the value of the participantObjectDescription property.
|
void |
setParticipantObjectID(String value)
Sets the value of the participantObjectID property.
|
void |
setParticipantObjectIDTypeCode(ParticipantObjectIDTypeCode 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(String value)
Sets the value of the participantObjectTypeCode property.
|
void |
setParticipantObjectTypeCodeRole(String value)
Sets the value of the participantObjectTypeCodeRole property.
|
protected ParticipantObjectIDTypeCode participantObjectIDTypeCode
protected String participantObjectName
protected byte[] participantObjectQuery
protected List<ParticipantObjectDetail> participantObjectDetail
protected ParticipantObjectDescription participantObjectDescription
protected String participantObjectID
protected String participantObjectTypeCode
protected String participantObjectTypeCodeRole
protected String participantObjectDataLifeCycle
protected String participantObjectSensitivity
public ParticipantObjectIdentification()
public ParticipantObjectIDTypeCode getParticipantObjectIDTypeCode()
ParticipantObjectIDTypeCodepublic void setParticipantObjectIDTypeCode(ParticipantObjectIDTypeCode value)
value - allowed object is
ParticipantObjectIDTypeCodepublic 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<ParticipantObjectDetail> 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
ParticipantObjectDetail
public ParticipantObjectDescription getParticipantObjectDescription()
ParticipantObjectDescriptionpublic void setParticipantObjectDescription(ParticipantObjectDescription value)
value - allowed object is
ParticipantObjectDescriptionpublic String getParticipantObjectID()
Stringpublic void setParticipantObjectID(String value)
value - allowed object is
Stringpublic String getParticipantObjectTypeCode()
Stringpublic void setParticipantObjectTypeCode(String value)
value - allowed object is
Stringpublic String getParticipantObjectTypeCodeRole()
Stringpublic void setParticipantObjectTypeCodeRole(String value)
value - allowed object is
Stringpublic String getParticipantObjectDataLifeCycle()
Stringpublic void setParticipantObjectDataLifeCycle(String value)
value - allowed object is
Stringpublic String getParticipantObjectSensitivity()
Stringpublic void setParticipantObjectSensitivity(String value)
value - allowed object is
StringCopyright © 2017 dcm4che.org. All rights reserved.