Class RepositoryInfo
java.lang.Object
com.emc.d2fs.models.repository_info.RepositoryInfo
- All Implemented Interfaces:
Serializable
Java class for repository_info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="repository_info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.emc.com/d2fs/models/repository_info}applications" maxOccurs="unbounded" minOccurs="0"/> <element name="repository" type="{http://www.emc.com/d2fs/models/repository}repository" minOccurs="0"/> </sequence> <attribute name="is_allow_application_selection" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="is_matrix_application_mode" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="default_application_name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applications property.Gets the value of the defaultApplicationName property.Gets the value of the repository property.Gets the value of the isAllowApplicationSelection property.Gets the value of the isMatrixApplicationMode property.void
setDefaultApplicationName
(String value) Sets the value of the defaultApplicationName property.void
Sets the value of the isAllowApplicationSelection property.void
Sets the value of the isMatrixApplicationMode property.void
setRepository
(Repository value) Sets the value of the repository property.
-
Constructor Details
-
RepositoryInfo
public RepositoryInfo()
-
-
Method Details
-
getApplications
Gets the value of the applications 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 applications property.For example, to add a new item, do as follows:
getApplications().add(newItem);
Objects of the following type(s) are allowed in the list
Application
-
getRepository
Gets the value of the repository property.- Returns:
- possible object is
Repository
-
setRepository
Sets the value of the repository property.- Parameters:
value
- allowed object isRepository
-
isIsAllowApplicationSelection
Gets the value of the isAllowApplicationSelection property.- Returns:
- possible object is
Boolean
-
setIsAllowApplicationSelection
Sets the value of the isAllowApplicationSelection property.- Parameters:
value
- allowed object isBoolean
-
isIsMatrixApplicationMode
Gets the value of the isMatrixApplicationMode property.- Returns:
- possible object is
Boolean
-
setIsMatrixApplicationMode
Sets the value of the isMatrixApplicationMode property.- Parameters:
value
- allowed object isBoolean
-
getDefaultApplicationName
Gets the value of the defaultApplicationName property.- Returns:
- possible object is
String
-
setDefaultApplicationName
Sets the value of the defaultApplicationName property.- Parameters:
value
- allowed object isString
-