Package com.emc.d2fs.models.repository
Class Repository
java.lang.Object
com.emc.d2fs.models.repository.Repository
- All Implemented Interfaces:
Serializable
Java class for repository complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="repository"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute ref="{http://www.emc.com/d2fs/models/common}id"/> <attribute name="repositoryName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="serverName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="docbaseDescription" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="serverVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="repositoryType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hideDomain" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docbaseDescription property.getId()
Gets the value of the id property.Gets the value of the repositoryName property.Gets the value of the repositoryType property.Gets the value of the serverName property.Gets the value of the serverVersion property.boolean
Gets the value of the hideDomain property.void
setDocbaseDescription
(String value) Sets the value of the docbaseDescription property.void
setHideDomain
(boolean value) Sets the value of the hideDomain property.void
Sets the value of the id property.void
setRepositoryName
(String value) Sets the value of the repositoryName property.void
setRepositoryType
(String value) Sets the value of the repositoryType property.void
setServerName
(String value) Sets the value of the serverName property.void
setServerVersion
(String value) Sets the value of the serverVersion property.
-
Constructor Details
-
Repository
public Repository()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getRepositoryName
Gets the value of the repositoryName property.- Returns:
- possible object is
String
-
setRepositoryName
Sets the value of the repositoryName property.- Parameters:
value
- allowed object isString
-
getServerName
Gets the value of the serverName property.- Returns:
- possible object is
String
-
setServerName
Sets the value of the serverName property.- Parameters:
value
- allowed object isString
-
getDocbaseDescription
Gets the value of the docbaseDescription property.- Returns:
- possible object is
String
-
setDocbaseDescription
Sets the value of the docbaseDescription property.- Parameters:
value
- allowed object isString
-
getServerVersion
Gets the value of the serverVersion property.- Returns:
- possible object is
String
-
setServerVersion
Sets the value of the serverVersion property.- Parameters:
value
- allowed object isString
-
getRepositoryType
Gets the value of the repositoryType property.- Returns:
- possible object is
String
-
setRepositoryType
Sets the value of the repositoryType property.- Parameters:
value
- allowed object isString
-
isHideDomain
public boolean isHideDomain()Gets the value of the hideDomain property. -
setHideDomain
public void setHideDomain(boolean value) Sets the value of the hideDomain property.
-