org.infoml.jaxb
Interface RichTextFragmentsType

All Known Implementing Classes:
RichTextFragmentsTypeImpl

public interface RichTextFragmentsType

Java content class for richTextFragmentsType 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 727)

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


Method Summary
 java.util.List getFragment()
          Gets the value of the Fragment property.
 

Method Detail

getFragment

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

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

    getFragment().add(newItem);
 

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