Package org.re3data.schema._2_2
Class Re3Data.Repository.DataAccess
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.DataAccess
- 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="dataAccessType" type="{http://www.re3data.org/schema/2-2}dataAccessTypes"/>
<element name="dataAccessRestriction" type="{http://www.re3data.org/schema/2-2}dataAccessRestrictions" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DataAccessRestrictions>protected DataAccessTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataAccessRestriction property.Gets the value of the dataAccessType property.voidsetDataAccessType(DataAccessTypes value) Sets the value of the dataAccessType property.
-
Field Details
-
dataAccessType
-
dataAccessRestriction
-
-
Constructor Details
-
DataAccess
public DataAccess()
-
-
Method Details
-
getDataAccessType
Gets the value of the dataAccessType property.- Returns:
- possible object is
DataAccessTypes
-
setDataAccessType
Sets the value of the dataAccessType property.- Parameters:
value- allowed object isDataAccessTypes
-
getDataAccessRestriction
Gets the value of the dataAccessRestriction 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 dataAccessRestriction property.For example, to add a new item, do as follows:
getDataAccessRestriction().add(newItem);Objects of the following type(s) are allowed in the list
DataAccessRestrictions
-