Class ExportFolderEntry
java.lang.Object
com.emc.d2fs.models.export_folder_entry.ExportFolderEntry
- All Implemented Interfaces:
Serializable
Java class for exportFolderEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exportFolderEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="exportUrls" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> </sequence> <attribute ref="{http://www.emc.com/d2fs/models/common}id use="required""/> <attribute name="exportPath" use="required" 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 exportPath property.Gets the value of the exportUrls property.getId()
Gets the value of the id property.void
setExportPath
(String value) Sets the value of the exportPath property.void
Sets the value of the id property.
-
Constructor Details
-
ExportFolderEntry
public ExportFolderEntry()
-
-
Method Details
-
getExportUrls
Gets the value of the exportUrls 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 exportUrls property.For example, to add a new item, do as follows:
getExportUrls().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
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
-
getExportPath
Gets the value of the exportPath property.- Returns:
- possible object is
String
-
setExportPath
Sets the value of the exportPath property.- Parameters:
value
- allowed object isString
-