Class GetDefaultWorkspaceChangeResponse

java.lang.Object
com.emc.d2fs.services.x3config_service.GetDefaultWorkspaceChangeResponse
All Implemented Interfaces:
Serializable

public class GetDefaultWorkspaceChangeResponse 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="defaultWorkspaceChange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetDefaultWorkspaceChangeResponse

      public GetDefaultWorkspaceChangeResponse()
  • Method Details

    • isDefaultWorkspaceChange

      public boolean isDefaultWorkspaceChange()
      Gets the value of the defaultWorkspaceChange property.
    • setDefaultWorkspaceChange

      public void setDefaultWorkspaceChange(boolean value)
      Sets the value of the defaultWorkspaceChange property.