Package be.recipe.services.executor
Class UpdateProfileResponse
- java.lang.Object
-
- be.recipe.services.executor.UpdateProfileResponse
-
public class UpdateProfileResponse extends Object
Java class for updateProfileResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateProfileResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UpdateProfileResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]updateProfileResultSealed
-
Constructor Summary
Constructors Constructor Description UpdateProfileResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getUpdateProfileResultSealed()Gets the value of the updateProfileResultSealed property.voidsetUpdateProfileResultSealed(byte[] value)Sets the value of the updateProfileResultSealed property.
-
-
-
Method Detail
-
getUpdateProfileResultSealed
public byte[] getUpdateProfileResultSealed()
Gets the value of the updateProfileResultSealed property.- Returns:
- possible object is byte[]
-
setUpdateProfileResultSealed
public void setUpdateProfileResultSealed(byte[] value)
Sets the value of the updateProfileResultSealed property.- Parameters:
value- allowed object is byte[]
-
-