public class Accession 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">
<attribute name="Number" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Accession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNumber()
Gets the value of the number property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
public Accession()
Copyright © 2017 dcm4che.org. All rights reserved.