Class Re3Data.Repository.DatabaseAccess

java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.DatabaseAccess
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.DatabaseAccess extends Object

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="databaseAccessType" type="{http://www.re3data.org/schema/3-0}accessTypes"/>
         <element name="databaseAccessRestriction" type="{http://www.re3data.org/schema/3-0}accessRestrictions" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DatabaseAccess

      public DatabaseAccess()
  • Method Details

    • getDatabaseAccessType

      public AccessTypes getDatabaseAccessType()
      Gets the value of the databaseAccessType property.
      Returns:
      possible object is AccessTypes
    • setDatabaseAccessType

      public void setDatabaseAccessType(AccessTypes value)
      Sets the value of the databaseAccessType property.
      Parameters:
      value - allowed object is AccessTypes
    • getDatabaseAccessRestriction

      public List<AccessRestrictions> getDatabaseAccessRestriction()
      Gets the value of the databaseAccessRestriction 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 set method for the databaseAccessRestriction property.

      For example, to add a new item, do as follows:

          getDatabaseAccessRestriction().add(newItem);
       

      Objects of the following type(s) are allowed in the list AccessRestrictions