public class Plan 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="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="createdAt" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
createdAt |
protected String |
desc |
protected String |
id |
protected String |
name |
Constructor and Description |
---|
Plan() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getCreatedAt()
Gets the value of the createdAt property.
|
String |
getDesc()
Gets the value of the desc property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCreatedAt(String value)
Sets the value of the createdAt property.
|
void |
setDesc(String value)
Sets the value of the desc property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String id
protected String createdAt
protected String name
protected String code
protected String desc
public void setId(String value)
value
- allowed object is
String
public String getCreatedAt()
String
public void setCreatedAt(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getDesc()
String