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