public static class BeatApi.BeatResponse.Beat.Tag 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="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="systemType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
systemType |
protected String |
value |
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getSystemType()
Gets the value of the systemType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setSystemType(String value)
Sets the value of the systemType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String displayName
protected String systemType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getSystemType()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.