public class DossierView 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 name="valid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:ru:ilb:filedossier:view}dossierFile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code
Код
|
protected List<DossierFileView> |
dossierFiles |
protected String |
name
Наименование
|
protected String |
valid
Валидность
|
| Constructor and Description |
|---|
DossierView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
List<DossierFileView> |
getDossierFiles()
Файлы Gets the value of the dossierFiles property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValid()
Gets the value of the valid property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDossierFiles(List<DossierFileView> value) |
void |
setName(String value)
Sets the value of the name property.
|
void |
setValid(String value)
Sets the value of the valid property.
|
DossierView |
withCode(String value) |
DossierView |
withDossierFiles(Collection<DossierFileView> values) |
DossierView |
withDossierFiles(DossierFileView... values) |
DossierView |
withDossierFiles(List<DossierFileView> value) |
DossierView |
withName(String value) |
DossierView |
withValid(String value) |
protected String code
protected String name
protected String valid
protected List<DossierFileView> dossierFiles
public String getCode()
Код
Stringpublic void setCode(String value)
public String getName()
Наименование
Stringpublic void setName(String value)
public String getValid()
Валидность
Stringpublic void setValid(String value)
value - allowed object is
StringgetValid()public List<DossierFileView> 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
DossierFileView
public void setDossierFiles(List<DossierFileView> value)
public DossierView withCode(String value)
public DossierView withName(String value)
public DossierView withValid(String value)
public DossierView withDossierFiles(DossierFileView... values)
public DossierView withDossierFiles(Collection<DossierFileView> values)
public DossierView withDossierFiles(List<DossierFileView> value)
Copyright © 2021. All rights reserved.