public class DossierDefinition extends Object implements Serializable
Java class for dossier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dossier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:ru:ilb:filedossier:ddl}dossierFile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code
код досье
|
protected List<DossierFileDefinition> |
dossierFiles |
protected String |
name
Наименование досье
|
| Constructor and Description |
|---|
DossierDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
List<DossierFileDefinition> |
getDossierFiles()
Файлы досье Gets the value of the dossierFiles property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDossierFiles(List<DossierFileDefinition> value) |
void |
setName(String value)
Sets the value of the name property.
|
DossierDefinition |
withCode(String value) |
DossierDefinition |
withDossierFiles(Collection<DossierFileDefinition> values) |
DossierDefinition |
withDossierFiles(DossierFileDefinition... values) |
DossierDefinition |
withDossierFiles(List<DossierFileDefinition> value) |
DossierDefinition |
withName(String value) |
protected String code
protected String name
protected List<DossierFileDefinition> dossierFiles
public String getCode()
код досье
Stringpublic void setCode(String value)
public String getName()
Наименование досье
Stringpublic void setName(String value)
public List<DossierFileDefinition> getDossierFiles()
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 dossierFiles property.
For example, to add a new item, do as follows:
getDossierFiles().add(newItem);
Objects of the following type(s) are allowed in the list
DossierFileDefinition
public void setDossierFiles(List<DossierFileDefinition> value)
public DossierDefinition withCode(String value)
public DossierDefinition withName(String value)
public DossierDefinition withDossierFiles(DossierFileDefinition... values)
public DossierDefinition withDossierFiles(Collection<DossierFileDefinition> values)
public DossierDefinition withDossierFiles(List<DossierFileDefinition> value)
Copyright © 2020. All rights reserved.