|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.Property
public class Property
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="propertyBag" type="{http://inex.ejb.match.mirth.com/}property" maxOccurs="unbounded" minOccurs="0"/>
<element name="propertyKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
label
|
protected java.util.List<Property> |
propertyBag
|
protected java.lang.Integer |
propertyKey
|
protected short |
sortOrder
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.util.List<Property> |
getPropertyBag()
Gets the value of the propertyBag property. |
java.lang.Integer |
getPropertyKey()
Gets the value of the propertyKey property. |
short |
getSortOrder()
Gets the value of the sortOrder property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setPropertyKey(java.lang.Integer value)
Sets the value of the propertyKey property. |
void |
setSortOrder(short value)
Sets the value of the sortOrder property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.String label
protected java.util.List<Property> propertyBag
protected java.lang.Integer propertyKey
protected short sortOrder
protected java.lang.String value
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Property> getPropertyBag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the propertyBag property.
For example, to add a new item, do as follows:
getPropertyBag().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public java.lang.Integer getPropertyKey()
Integerpublic void setPropertyKey(java.lang.Integer value)
value - allowed object is
Integerpublic short getSortOrder()
public void setSortOrder(short value)
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||