Class GetDoclistFilterOptionsResponse

java.lang.Object
com.emc.d2fs.services.content_service.GetDoclistFilterOptionsResponse
All Implemented Interfaces:
Serializable

public class GetDoclistFilterOptionsResponse extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="options" type="{http://www.emc.com/d2fs/models/option}option" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetDoclistFilterOptionsResponse

      public GetDoclistFilterOptionsResponse()
  • Method Details

    • getOptions

      public List<Option> getOptions()
      Gets the value of the options 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 options property.

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

          getOptions().add(newItem);
       

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