com.mirth.match.ejb.inex
Class Property

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.Property

public class Property
extends KanaEntity

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

description

protected java.lang.String description

label

protected java.lang.String label

propertyBag

protected java.util.List<Property> propertyBag

propertyKey

protected java.lang.Integer propertyKey

sortOrder

protected short sortOrder

value

protected java.lang.String value
Constructor Detail

Property

public Property()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getPropertyBag

public java.util.List<Property> getPropertyBag()
Gets the value of the propertyBag property.

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


getPropertyKey

public java.lang.Integer getPropertyKey()
Gets the value of the propertyKey property.

Returns:
possible object is Integer

setPropertyKey

public void setPropertyKey(java.lang.Integer value)
Sets the value of the propertyKey property.

Parameters:
value - allowed object is Integer

getSortOrder

public short getSortOrder()
Gets the value of the sortOrder property.


setSortOrder

public void setSortOrder(short value)
Sets the value of the sortOrder property.


getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.