Package org.re3data.schema._3_0
Class Re3Data.Repository.DataUpload
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.DataUpload
- Enclosing class:
- Re3Data.Repository
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataUploadType" type="{http://www.re3data.org/schema/3-0}accessTypes"/>
<element name="dataUploadRestriction" type="{http://www.re3data.org/schema/3-0}dataAccessRestrictions" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataUploadRestriction property.Gets the value of the dataUploadType property.voidsetDataUploadType(AccessTypes value) Sets the value of the dataUploadType property.
-
Field Details
-
dataUploadType
-
dataUploadRestriction
-
-
Constructor Details
-
DataUpload
public DataUpload()
-
-
Method Details
-
getDataUploadType
Gets the value of the dataUploadType property.- Returns:
- possible object is
AccessTypes
-
setDataUploadType
Sets the value of the dataUploadType property.- Parameters:
value- allowed object isAccessTypes
-
getDataUploadRestriction
Gets the value of the dataUploadRestriction 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 Jakarta XML Binding object. This is why there is not a
setmethod for the dataUploadRestriction property.For example, to add a new item, do as follows:
getDataUploadRestriction().add(newItem);Objects of the following type(s) are allowed in the list
DataAccessRestrictions
-