public class SOPClass extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Instance" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="UID" use="required" type="{}OID" /> <attribute name="NumberOfInstances" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Instance> |
instance |
protected Integer |
numberOfInstances |
protected String |
uid |
Constructor and Description |
---|
SOPClass() |
Modifier and Type | Method and Description |
---|---|
List<Instance> |
getInstance()
Gets the value of the instance property.
|
Integer |
getNumberOfInstances()
Gets the value of the numberOfInstances property.
|
String |
getUID()
Gets the value of the uid property.
|
void |
setNumberOfInstances(Integer value)
Sets the value of the numberOfInstances property.
|
void |
setUID(String value)
Sets the value of the uid property.
|
protected Integer numberOfInstances
public SOPClass()
public List<Instance> getInstance()
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 instance property.
For example, to add a new item, do as follows:
getInstance().add(newItem);
Objects of the following type(s) are allowed in the list
Instance
public String getUID()
String
public void setUID(String value)
value
- allowed object is
String
public Integer getNumberOfInstances()
Integer
public void setNumberOfInstances(Integer value)
value
- allowed object is
Integer
Copyright © 2017 dcm4che.org. All rights reserved.