Class GetCenterstageCommentsResponse

java.lang.Object
com.emc.d2fs.services.centerstage_service.GetCenterstageCommentsResponse
All Implemented Interfaces:
Serializable

public class GetCenterstageCommentsResponse 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 ref="{http://www.emc.com/d2fs/models/getcomments_result}getComments_result"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetCenterstageCommentsResponse

      public GetCenterstageCommentsResponse()
  • Method Details

    • getGetCommentsResult

      public GetCommentsResult getGetCommentsResult()
      Gets the value of the getCommentsResult property.
      Returns:
      possible object is GetCommentsResult
    • setGetCommentsResult

      public void setGetCommentsResult(GetCommentsResult value)
      Sets the value of the getCommentsResult property.
      Parameters:
      value - allowed object is GetCommentsResult