org.infoml.jaxb
Interface RichTextWithOwnerType

All Superinterfaces:
RichTextType
All Known Implementing Classes:
RichTextWithOwnerTypeImpl

public interface RichTextWithOwnerType
extends RichTextType

NEEDS DESCRIPTION Java content class for richTextWithOwnerType 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 745)

 <complexType name="richTextWithOwnerType">
   <complexContent>
     <extension base="{http://infoml.org/infomlFile}richTextType">
       <attribute name="owner" use="required" type="{http://infoml.org/infomlFile}infoRIType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.RichTextType
RichTextType.P, RichTextType.Poem, RichTextType.Quotation, RichTextType.Table
 
Method Summary
 java.lang.String getOwner()
          Gets the value of the owner property.
 void setOwner(java.lang.String value)
          Sets the value of the owner property.
 
Methods inherited from interface org.infoml.jaxb.RichTextType
getPOrQuotationOrPoem
 

Method Detail

getOwner

java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String