Package generated

Class ResourceCatalogueBaseCT


  • public class ResourceCatalogueBaseCT
    extends Object
    base CT for Resource Catalogue Storage configuration

    Java class for ResourceCatalogueBase_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ResourceCatalogueBase_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Authorisation" type="{}Authorisation_CT" minOccurs="0"/>
             <element name="Folders_ARD" type="{}Folder_CT" minOccurs="0"/>
             <element name="Folders_RD" type="{}Folder_CT" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ENTITIES" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="writeable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResourceCatalogueBaseCT

        public ResourceCatalogueBaseCT()
    • Method Detail

      • getClassName

        public String getClassName()
        Gets the value of the className property.
        Returns:
        possible object is String
      • setClassName

        public void setClassName​(String value)
        Sets the value of the className property.
        Parameters:
        value - allowed object is String
      • getAuthorisation

        public AuthorisationCT getAuthorisation()
        Gets the value of the authorisation property.
        Returns:
        possible object is AuthorisationCT
      • setAuthorisation

        public void setAuthorisation​(AuthorisationCT value)
        Sets the value of the authorisation property.
        Parameters:
        value - allowed object is AuthorisationCT
      • getFoldersARD

        public FolderCT getFoldersARD()
        Gets the value of the foldersARD property.
        Returns:
        possible object is FolderCT
      • setFoldersARD

        public void setFoldersARD​(FolderCT value)
        Sets the value of the foldersARD property.
        Parameters:
        value - allowed object is FolderCT
      • getFoldersRD

        public FolderCT getFoldersRD()
        Gets the value of the foldersRD property.
        Returns:
        possible object is FolderCT
      • setFoldersRD

        public void setFoldersRD​(FolderCT value)
        Sets the value of the foldersRD property.
        Parameters:
        value - allowed object is FolderCT
      • getId

        public List<String> getId()
        Gets the value of the id 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 id property.

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

            getId().add(newItem);
         

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

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getURL

        public String getURL()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setURL

        public void setURL​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String
      • isWriteable

        public boolean isWriteable()
        Gets the value of the writeable property.
        Returns:
        possible object is Boolean
      • setWriteable

        public void setWriteable​(Boolean value)
        Sets the value of the writeable property.
        Parameters:
        value - allowed object is Boolean