Package be.recipe.services.executor
Class GetProfileParam
- java.lang.Object
-
- be.recipe.services.executor.GetProfileParam
-
public class GetProfileParam extends Object
Java class for getProfileParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getProfileParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="symmKey" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description GetProfileParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getSymmKey()Gets the value of the symmKey property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-