Package org.proforma

Class SubmissionRestrictionsType

java.lang.Object
org.proforma.SubmissionRestrictionsType

public class SubmissionRestrictionsType extends Object

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 Details

    • fileRestriction

      protected List<FileRestrType> fileRestriction
    • description

      protected String description
    • internalDescription

      protected String internalDescription
    • maxSize

      protected BigInteger maxSize
  • Constructor Details

    • SubmissionRestrictionsType

      public SubmissionRestrictionsType()
  • Method Details

    • getFileRestriction

      public List<FileRestrType> 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 set method 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

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getInternalDescription

      public String getInternalDescription()
      Gets the value of the internalDescription property.
      Returns:
      possible object is String
    • setInternalDescription

      public void setInternalDescription(String value)
      Sets the value of the internalDescription property.
      Parameters:
      value - allowed object is String
    • getMaxSize

      public BigInteger getMaxSize()
      Ruft den Wert der maxSize-Eigenschaft ab.
      Returns:
      possible object is BigInteger
    • setMaxSize

      public void setMaxSize(BigInteger value)
      Legt den Wert der maxSize-Eigenschaft fest.
      Parameters:
      value - allowed object is BigInteger