Package org.proforma
Class SubmissionRestrictionsType
java.lang.Object
org.proforma.SubmissionRestrictionsType
Java class for submission-restrictions-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="submission-restrictions-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file-restriction" type="{urn:proforma:v2.1}file-restr-type" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{urn:proforma:v2.1}description-type" minOccurs="0"/>
<element name="internal-description" type="{urn:proforma:v2.1}description-type" minOccurs="0"/>
</sequence>
<attribute name="max-size" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<FileRestrType>protected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the fileRestriction property.Gets the value of the internalDescription property.Ruft den Wert der maxSize-Eigenschaft ab.voidsetDescription(String value) Sets the value of the description property.voidsetInternalDescription(String value) Sets the value of the internalDescription property.voidsetMaxSize(BigInteger value) Legt den Wert der maxSize-Eigenschaft fest.
-
Field Details
-
fileRestriction
-
description
-
internalDescription
-
maxSize
-
-
Constructor Details
-
SubmissionRestrictionsType
public SubmissionRestrictionsType()
-
-
Method Details
-
getFileRestriction
Gets the value of the fileRestriction property.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
setmethod for the fileRestriction property.For example, to add a new item, do as follows:
getFileRestriction().add(newItem);Objects of the following type(s) are allowed in the list
FileRestrType -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getInternalDescription
Gets the value of the internalDescription property.- Returns:
- possible object is
String
-
setInternalDescription
Sets the value of the internalDescription property.- Parameters:
value- allowed object isString
-
getMaxSize
Ruft den Wert der maxSize-Eigenschaft ab.- Returns:
- possible object is
BigInteger
-
setMaxSize
Legt den Wert der maxSize-Eigenschaft fest.- Parameters:
value- allowed object isBigInteger
-