public class ParticipantObjectDescription extends Object
Java class for ParticipantObjectDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantObjectDescriptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}MPPS" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Accession" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}SOPClass" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}ParticipantObjectContainsStudy"/> </sequence> <attribute name="Encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="Anonymized" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Accession> |
accession |
protected Boolean |
anonymized |
protected Boolean |
encrypted |
protected List<MPPS> |
mpps |
protected ParticipantObjectContainsStudy |
participantObjectContainsStudy |
protected List<SOPClass> |
sopClass |
Constructor and Description |
---|
ParticipantObjectDescription() |
Modifier and Type | Method and Description |
---|---|
List<Accession> |
getAccession()
Gets the value of the accession property.
|
List<MPPS> |
getMPPS()
Gets the value of the mpps property.
|
ParticipantObjectContainsStudy |
getParticipantObjectContainsStudy()
Gets the value of the participantObjectContainsStudy property.
|
List<SOPClass> |
getSOPClass()
Gets the value of the sopClass property.
|
Boolean |
isAnonymized()
Gets the value of the anonymized property.
|
Boolean |
isEncrypted()
Gets the value of the encrypted property.
|
void |
setAnonymized(Boolean value)
Sets the value of the anonymized property.
|
void |
setEncrypted(Boolean value)
Sets the value of the encrypted property.
|
void |
setParticipantObjectContainsStudy(ParticipantObjectContainsStudy value)
Sets the value of the participantObjectContainsStudy property.
|
protected ParticipantObjectContainsStudy participantObjectContainsStudy
protected Boolean anonymized
public ParticipantObjectDescription()
public List<MPPS> getMPPS()
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 mpps property.
For example, to add a new item, do as follows:
getMPPS().add(newItem);
Objects of the following type(s) are allowed in the list
MPPS
public List<Accession> getAccession()
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 accession property.
For example, to add a new item, do as follows:
getAccession().add(newItem);
Objects of the following type(s) are allowed in the list
Accession
public List<SOPClass> getSOPClass()
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 sopClass property.
For example, to add a new item, do as follows:
getSOPClass().add(newItem);
Objects of the following type(s) are allowed in the list
SOPClass
public ParticipantObjectContainsStudy getParticipantObjectContainsStudy()
ParticipantObjectContainsStudy
public void setParticipantObjectContainsStudy(ParticipantObjectContainsStudy value)
value
- allowed object is
ParticipantObjectContainsStudy
public Boolean isEncrypted()
Boolean
public void setEncrypted(Boolean value)
value
- allowed object is
Boolean
public Boolean isAnonymized()
Boolean
public void setAnonymized(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017 dcm4che.org. All rights reserved.