Class GetBrowserFacetContentResponse

java.lang.Object
com.emc.d2fs.services.browser_service.GetBrowserFacetContentResponse
All Implemented Interfaces:
Serializable

public class GetBrowserFacetContentResponse 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="node" type="{http://www.emc.com/d2fs/models/node}node" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetBrowserFacetContentResponse

      public GetBrowserFacetContentResponse()
  • Method Details

    • getNode

      public Node getNode()
      Gets the value of the node property.
      Returns:
      possible object is Node
    • setNode

      public void setNode(Node value)
      Sets the value of the node property.
      Parameters:
      value - allowed object is Node