Package generated
Class ResourceCatalogueBaseCT
- java.lang.Object
-
- generated.ResourceCatalogueBaseCT
-
public class ResourceCatalogueBaseCT extends Object
base CT for Resource Catalogue Storage configurationJava 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 Summary
Constructors Constructor Description ResourceCatalogueBaseCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorisationCT
getAuthorisation()
Gets the value of the authorisation property.String
getClassName()
Gets the value of the className property.FolderCT
getFoldersARD()
Gets the value of the foldersARD property.FolderCT
getFoldersRD()
Gets the value of the foldersRD property.List<String>
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getURL()
Gets the value of the url property.boolean
isWriteable()
Gets the value of the writeable property.void
setAuthorisation(AuthorisationCT value)
Sets the value of the authorisation property.void
setClassName(String value)
Sets the value of the className property.void
setFoldersARD(FolderCT value)
Sets the value of the foldersARD property.void
setFoldersRD(FolderCT value)
Sets the value of the foldersRD property.void
setName(String value)
Sets the value of the name property.void
setURL(String value)
Sets the value of the url property.void
setWriteable(Boolean value)
Sets the value of the writeable property.
-
-
-
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 isString
-
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 isAuthorisationCT
-
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 isFolderCT
-
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 isFolderCT
-
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 isString
-
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 isString
-
isWriteable
public boolean isWriteable()
Gets the value of the writeable property.- Returns:
- possible object is
Boolean
-
-