Package com.scene7.ipsapi
Class SaveMetadataSchemaReturn
java.lang.Object
com.scene7.ipsapi.SaveMetadataSchemaReturn
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="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the success property.voidsetSuccess(boolean value) Sets the value of the success property.
-
Constructor Details
-
SaveMetadataSchemaReturn
public SaveMetadataSchemaReturn()
-
-
Method Details
-
isSuccess
public boolean isSuccess()Gets the value of the success property. -
setSuccess
public void setSuccess(boolean value) Sets the value of the success property.
-