public class GetUserProfile extends Object
Clase Java para getUserProfile complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="getUserProfile"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sessionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
sessionKey |
Constructor and Description |
---|
GetUserProfile() |
Modifier and Type | Method and Description |
---|---|
String |
getSessionKey()
Obtiene el valor de la propiedad sessionKey.
|
void |
setSessionKey(String value)
Define el valor de la propiedad sessionKey.
|
protected String sessionKey
Copyright © 2018 universAAL Consortium. All rights reserved.