org.infoml.jaxb
Interface MultipleLinesType

All Known Implementing Classes:
MultipleLinesTypeImpl

public interface MultipleLinesType

Java content class for multipleLinesType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 592)

 <complexType name="multipleLinesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="line" type="{http://infoml.org/infomlFile}simpleRichTextType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getLine()
          Gets the value of the Line property.
 

Method Detail

getLine

java.util.List getLine()
Gets the value of the Line 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 Line property.

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

    getLine().add(newItem);
 

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