com.mirth.match.ejb.inex
Class BaseDataType

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

public class BaseDataType
extends KanaEntity

Java class for baseDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="baseDataType">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="baseDatatypeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="identifier" 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="traits" type="{http://inex.ejb.match.mirth.com/}trait" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer baseDatatypeId
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  java.util.List<Trait> traits
           
 
Constructor Summary
BaseDataType()
           
 
Method Summary
 java.lang.Integer getBaseDatatypeId()
          Gets the value of the baseDatatypeId property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.util.List<Trait> getTraits()
          Gets the value of the traits property.
 void setBaseDatatypeId(java.lang.Integer value)
          Sets the value of the baseDatatypeId property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseDatatypeId

protected java.lang.Integer baseDatatypeId

identifier

protected java.lang.String identifier

label

protected java.lang.String label

traits

protected java.util.List<Trait> traits
Constructor Detail

BaseDataType

public BaseDataType()
Method Detail

getBaseDatatypeId

public java.lang.Integer getBaseDatatypeId()
Gets the value of the baseDatatypeId property.

Returns:
possible object is Integer

setBaseDatatypeId

public void setBaseDatatypeId(java.lang.Integer value)
Sets the value of the baseDatatypeId property.

Parameters:
value - allowed object is Integer

getIdentifier

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

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier 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

getTraits

public java.util.List<Trait> getTraits()
Gets the value of the traits 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 traits property.

For example, to add a new item, do as follows:

    getTraits().add(newItem);
 

Objects of the following type(s) are allowed in the list Trait



Copyright © 2011 Mirth Corp. All Rights Reserved.