public static class AalUapp.ApplicationManagement extends Object implements Serializable
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="contactPoint" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="remoteManagement" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="protocols" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="software" type="{http://www.universaal.org/aal-uapp/v1.0.2}artifactType"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AalUapp.ApplicationManagement.RemoteManagement
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
contactPoint |
protected AalUapp.ApplicationManagement.RemoteManagement |
remoteManagement |
Constructor and Description |
---|
ApplicationManagement() |
Modifier and Type | Method and Description |
---|---|
String |
getContactPoint()
Gets the value of the contactPoint property.
|
AalUapp.ApplicationManagement.RemoteManagement |
getRemoteManagement()
Gets the value of the remoteManagement property.
|
boolean |
isSetContactPoint() |
boolean |
isSetRemoteManagement() |
void |
setContactPoint(String value)
Sets the value of the contactPoint property.
|
void |
setRemoteManagement(AalUapp.ApplicationManagement.RemoteManagement value)
Sets the value of the remoteManagement property.
|
protected String contactPoint
protected AalUapp.ApplicationManagement.RemoteManagement remoteManagement
public String getContactPoint()
String
public void setContactPoint(String value)
value
- allowed object is String
public boolean isSetContactPoint()
public AalUapp.ApplicationManagement.RemoteManagement getRemoteManagement()
AalUapp.ApplicationManagement.RemoteManagement
public void setRemoteManagement(AalUapp.ApplicationManagement.RemoteManagement value)
value
- allowed object is
AalUapp.ApplicationManagement.RemoteManagement
public boolean isSetRemoteManagement()
Copyright © 2018 universAAL Consortium. All rights reserved.