Class MacroPhraseSeq
- java.lang.Object
-
- org.fa.tei.jaxb.v2_x.MacroPhraseSeq
-
- Direct Known Subclasses:
Abbr,AddName,AddrLine,Affiliation,Author,BiblScope,Birth,Bloc,Catchwords,CitedRange,Cl,Colophon,Country,Death,Distinct,Distributor,District,DocAuthor,DocDate,Edition,Editor,Education,Email,Expan,Explicit,Extent,Faith,FinalRubric,Floruit,Foreign,Forename,Fw,GenName,GeoDecl,GeogFeat,GeogName,Gloss,HeadItem,HeadLabel,Heraldry,Incipit,Label,Material,Measure,Mentioned,Name,NameLink,Nationality,Num,ObjectName,ObjectType,Offset,OrgName,OrigPlace,PersName,PersPronouns,Phr,PlaceName,Publisher,PubPlace,Rb,Region,Residence,RoleName,Rs,Rt,Rubric,S,SecFol,Settlement,Sex,SoCalled,SocecStatus,Speaker,Stamp,Street,Surname,Term,TextLang,Unit,Watermark,Wit
public class MacroPhraseSeq extends Object
Java class for macro.phraseSeq complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="macro.phraseSeq"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.tei-c.org/ns/1.0}model.attributable"/> <group ref="{http://www.tei-c.org/ns/1.0}model.phrase"/> <group ref="{http://www.tei-c.org/ns/1.0}model.global"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MacroPhraseSeq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getContent()Gets the value of the content property.
-
-
-
Method Detail
-
getContent
public List<Object> 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
QuoteCitSaidFloatingTextJAXBElement<Seg>JAXBElement<Phr>JAXBElement<W>JAXBElement<C>JAXBElement<M>JAXBElement<S>JAXBElement<Pc>JAXBElement<Cl>JAXBElement<Object>HiQForeignEmphDistinctMentionedSoCalledGlossTermTitleMediaGraphicBinaryObjectJAXBElement<OrigDate>JAXBElement<Dimensions>JAXBElement<Catchwords>JAXBElement<Signatures>JAXBElement<OrigPlace>JAXBElement<Material>JAXBElement<LocusGrp>JAXBElement<SecFol>JAXBElement<Watermark>JAXBElement<Locus>JAXBElement<Heraldry>JAXBElement<Stamp>JAXBElement<ObjectType>JAXBElement<Object>ChoiceAbbrExpanExAmSubstSicCorrRegOrigAddDelUnclearDamageHandShiftRestoreSuppliedSurplusSeclModRedoRetraceUndoPtrRefDateTimeNumMeasureMeasureGrpUnitGeoDimHeightDepthWidthEmailAddressAffiliationNameOrgNamePersNameOffsetGeogFeatPlaceNameBlocCountryRegionSettlementDistrictGeogNameClimateLocationPopulationStateTerrainTraitRsIdnoSurnameForenameGenNameNameLinkAddNameRoleNamePersPronounsObjectNameRubyIndexSpanSpanGrpInterpInterpGrpLinkLinkGrpTimelineJoinJoinGrpAltAltGrpSubstJoinListTransposeJAXBElement<Fw>JAXBElement<Gb>JAXBElement<Cb>JAXBElement<Pb>JAXBElement<Lb>JAXBElement<Milestone>JAXBElement<Anchor>JAXBElement<Object>NoteNoteGrpJAXBElement<WitDetail>JAXBElement<DamageSpan>JAXBElement<Gap>JAXBElement<App>JAXBElement<AddSpan>JAXBElement<Space>JAXBElement<DelSpan>JAXBElement<Ellipsis>JAXBElement<Object>MetamarkString
-
-