public class DossierFileDefinition extends Object implements Serializable
Java class for dossierFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dossierFile">
<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="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowedMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="attribute" type="{urn:ru:ilb:filedossier:ddl}attribute" maxOccurs="unbounded" minOccurs="0"/>
<element name="variation" type="{urn:ru:ilb:filedossier:ddl}variation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowedMultiple
Разрешена ли загрузка множественных файлов
|
protected List<AttributeDefinition> |
attributes
Аттрибуты документа
|
protected String |
code
Код файла
|
protected Boolean |
hidden
Скрытый файл
|
protected String |
name
Наименование
|
protected Boolean |
readonly
Только для чтения
|
protected Boolean |
required
Обязательный файл
|
protected List<Variation> |
variations
Представления файла
|
| Constructor and Description |
|---|
DossierFileDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
getAttributes()
Gets the value of the attributes property.
|
String |
getCode()
Gets the value of the code property.
|
Boolean |
getHidden()
Gets the value of the hidden property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
getReadonly()
Gets the value of the readonly property.
|
Boolean |
getRequired()
Gets the value of the required property.
|
List<Variation> |
getVariations()
Gets the value of the variations property.
|
boolean |
isAllowedMultiple()
Gets the value of the allowedMultiple property.
|
void |
setAllowedMultiple(boolean value)
Sets the value of the allowedMultiple property.
|
void |
setAttributes(List<AttributeDefinition> value) |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReadonly(Boolean value)
Sets the value of the readonly property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setVariations(List<Variation> value) |
DossierFileDefinition |
withAllowedMultiple(boolean value) |
DossierFileDefinition |
withAttributes(AttributeDefinition... values) |
DossierFileDefinition |
withAttributes(Collection<AttributeDefinition> values) |
DossierFileDefinition |
withAttributes(List<AttributeDefinition> value) |
DossierFileDefinition |
withCode(String value) |
DossierFileDefinition |
withHidden(Boolean value) |
DossierFileDefinition |
withName(String value) |
DossierFileDefinition |
withReadonly(Boolean value) |
DossierFileDefinition |
withRequired(Boolean value) |
DossierFileDefinition |
withVariations(Collection<Variation> values) |
DossierFileDefinition |
withVariations(List<Variation> value) |
DossierFileDefinition |
withVariations(Variation... values) |
protected String code
protected String name
protected Boolean readonly
protected Boolean required
protected Boolean hidden
protected boolean allowedMultiple
protected List<AttributeDefinition> attributes
public String getCode()
Код файла
Stringpublic void setCode(String value)
public String getName()
Наименование
Stringpublic void setName(String value)
public Boolean getReadonly()
Только для чтения
Booleanpublic void setReadonly(Boolean value)
value - allowed object is
BooleangetReadonly()public Boolean getRequired()
Обязательный файл
Booleanpublic void setRequired(Boolean value)
value - allowed object is
BooleangetRequired()public Boolean getHidden()
Скрытый файл
Booleanpublic void setHidden(Boolean value)
value - allowed object is
BooleangetHidden()public boolean isAllowedMultiple()
Разрешена ли загрузка множественных файлов
public void setAllowedMultiple(boolean value)
isAllowedMultiple()public List<AttributeDefinition> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeDefinition
Аттрибуты документа
public List<Variation> getVariations()
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 variations property.
For example, to add a new item, do as follows:
getVariations().add(newItem);
Objects of the following type(s) are allowed in the list
Variation
Представления файла
public void setAttributes(List<AttributeDefinition> value)
public DossierFileDefinition withCode(String value)
public DossierFileDefinition withName(String value)
public DossierFileDefinition withReadonly(Boolean value)
public DossierFileDefinition withRequired(Boolean value)
public DossierFileDefinition withHidden(Boolean value)
public DossierFileDefinition withAllowedMultiple(boolean value)
public DossierFileDefinition withAttributes(AttributeDefinition... values)
public DossierFileDefinition withAttributes(Collection<AttributeDefinition> values)
public DossierFileDefinition withVariations(Variation... values)
public DossierFileDefinition withVariations(Collection<Variation> values)
public DossierFileDefinition withAttributes(List<AttributeDefinition> value)
public DossierFileDefinition withVariations(List<Variation> value)
Copyright © 2020. All rights reserved.