public class PackageDefinition extends Object implements Serializable
Java class for package complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="package">
<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="baseUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element ref="{urn:ru:ilb:filedossier:ddl}dossier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected URI |
baseUri
базовый путь для относительных ссылок. если не задан, определяется автоматически по пути файла в системе
|
protected String |
code
код пакета
|
protected List<DossierDefinition> |
dossiers |
protected String |
name
Наименование пакета
|
| Constructor and Description |
|---|
PackageDefinition() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBaseUri()
Gets the value of the baseUri property.
|
String |
getCode()
Gets the value of the code property.
|
List<DossierDefinition> |
getDossiers()
Досье Gets the value of the dossiers property.
|
String |
getName()
Gets the value of the name property.
|
void |
setBaseUri(URI value)
Sets the value of the baseUri property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDossiers(List<DossierDefinition> value) |
void |
setName(String value)
Sets the value of the name property.
|
PackageDefinition |
withBaseUri(URI value) |
PackageDefinition |
withCode(String value) |
PackageDefinition |
withDossiers(Collection<DossierDefinition> values) |
PackageDefinition |
withDossiers(DossierDefinition... values) |
PackageDefinition |
withDossiers(List<DossierDefinition> value) |
PackageDefinition |
withName(String value) |
protected String code
protected String name
protected URI baseUri
protected List<DossierDefinition> dossiers
public String getCode()
код пакета
Stringpublic void setCode(String value)
public String getName()
Наименование пакета
Stringpublic void setName(String value)
public URI getBaseUri()
базовый путь для относительных ссылок. если не задан, определяется автоматически по пути файла в системе
Stringpublic void setBaseUri(URI value)
value - allowed object is
StringgetBaseUri()public List<DossierDefinition> getDossiers()
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 dossiers property.
For example, to add a new item, do as follows:
getDossiers().add(newItem);
Objects of the following type(s) are allowed in the list
DossierDefinition
public void setDossiers(List<DossierDefinition> value)
public PackageDefinition withCode(String value)
public PackageDefinition withName(String value)
public PackageDefinition withBaseUri(URI value)
public PackageDefinition withDossiers(DossierDefinition... values)
public PackageDefinition withDossiers(Collection<DossierDefinition> values)
public PackageDefinition withDossiers(List<DossierDefinition> value)
Copyright © 2020. All rights reserved.