public class Broker 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="software" type="{http://www.universaal.org/aal-uapp/v1.0.2}artifactType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected ArtifactType |
software |
Constructor and Description |
---|
Broker() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
ArtifactType |
getSoftware()
Gets the value of the software property.
|
boolean |
isSetName() |
boolean |
isSetSoftware() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setSoftware(ArtifactType value)
Sets the value of the software property.
|
protected String name
protected ArtifactType software
public String getName()
String
public void setName(String value)
value
- allowed object is String
public boolean isSetName()
public ArtifactType getSoftware()
ArtifactType
public void setSoftware(ArtifactType value)
value
- allowed object is ArtifactType
public boolean isSetSoftware()
Copyright © 2018 universAAL Consortium. All rights reserved.