org.infoml.jaxb
Interface AType

All Known Subinterfaces:
CodeType.A, EmType.A, PType.A, SimpleRichTextType.A, StrongType.A
All Known Implementing Classes:
ATypeImpl, CodeTypeImpl.AImpl, EmTypeImpl.AImpl, PTypeImpl.AImpl, SimpleRichTextTypeImpl.AImpl, StrongTypeImpl.AImpl

public interface AType

Java content class for aType 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 348)

 <complexType name="aType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="em" type="{http://infoml.org/infomlFile}emType"/>
         <element name="strong" type="{http://infoml.org/infomlFile}strongType"/>
         <element name="code" type="{http://infoml.org/infomlFile}codeType"/>
         <element name="pre" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
       <attribute name="href" type="{http://infoml.org/infomlFile}nonnullTokenType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface AType.Code
          Java content class for code element declaration.
static interface AType.Em
          Java content class for em element declaration.
static interface AType.Pre
          Java content class for pre element declaration.
static interface AType.Strong
          Java content class for strong element declaration.
 
Method Summary
 java.util.List getContent()
          Gets the value of the Content property.
 java.lang.String getHref()
          Gets the value of the href property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 

Method Detail

getHref

java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getContent

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

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

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list AType.Strong AType.Em AType.Pre String AType.Code