public class Badge extends Object
Java class for Badge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Badge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pictureUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
description |
protected String |
pictureUrl |
protected String |
type |
| Constructor and Description |
|---|
Badge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getPictureUrl()
Gets the value of the pictureUrl property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPictureUrl(String value)
Sets the value of the pictureUrl property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String description
protected String pictureUrl
protected boolean active
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getPictureUrl()
Stringpublic void setPictureUrl(String value)
value - allowed object is
Stringpublic boolean isActive()
public void setActive(boolean value)
Copyright © 2014 OpenEstate. All rights reserved.