Uses of Interface
net.opengis.cat.csw20.SimpleLiteral
Packages that use SimpleLiteral
-
Uses of SimpleLiteral in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return SimpleLiteralModifier and TypeMethodDescriptionCsw20Factory.createSimpleLiteral()
Returns a new object of class 'Simple Literal'.BriefRecordType.getType()
Returns the value of the 'Type' containment reference.SummaryRecordType.getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.cat.csw20 that return types with arguments of type SimpleLiteralModifier and TypeMethodDescriptionEList<SimpleLiteral>
SummaryRecordType.getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<SimpleLiteral>
DCMIRecordType.getDCElement()
Returns the value of the 'DC Element' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getFormat()
Returns the value of the 'Format' containment reference list.EList<SimpleLiteral>
BriefRecordType.getIdentifier()
Returns the value of the 'Identifier' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getIdentifier()
Returns the value of the 'Identifier' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getModified()
Returns the value of the 'Modified' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getRelation()
Returns the value of the 'Relation' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getSpatial()
Returns the value of the 'Spatial' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getSubject()
Returns the value of the 'Subject' containment reference list.EList<SimpleLiteral>
BriefRecordType.getTitle()
Returns the value of the 'Title' containment reference list.EList<SimpleLiteral>
SummaryRecordType.getTitle()
Returns the value of the 'Title' containment reference list.Methods in net.opengis.cat.csw20 with parameters of type SimpleLiteralModifier and TypeMethodDescriptionvoid
BriefRecordType.setType
(SimpleLiteral value) Sets the value of the 'Type
' reference.void
SummaryRecordType.setType
(SimpleLiteral value) Sets the value of the 'Type
' reference. -
Uses of SimpleLiteral in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement SimpleLiteralModifier and TypeClassDescriptionclass
An implementation of the model object 'Simple Literal'.Fields in net.opengis.cat.csw20.impl declared as SimpleLiteralModifier and TypeFieldDescriptionprotected SimpleLiteral
BriefRecordTypeImpl.type
The cached value of the 'Type
' reference.protected SimpleLiteral
SummaryRecordTypeImpl.type
The cached value of the 'Type
' reference.Fields in net.opengis.cat.csw20.impl with type parameters of type SimpleLiteralModifier and TypeFieldDescriptionprotected EList<SimpleLiteral>
SummaryRecordTypeImpl.abstract_
The cached value of the 'Abstract
' containment reference list.protected EList<SimpleLiteral>
DCMIRecordTypeImpl.dcElement
The cached value of the '{@link #getDCElement()() DCElement}' containment reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.format
The cached value of the 'Format
' containment reference list.protected EList<SimpleLiteral>
BriefRecordTypeImpl.identifier
The cached value of the 'Identifier
' reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.identifier
The cached value of the 'Identifier
' containment reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.modified
The cached value of the 'Modified
' containment reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.relation
The cached value of the 'Relation
' containment reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.spatial
The cached value of the 'Spatial
' containment reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.subject
The cached value of the 'Subject
' containment reference list.protected EList<SimpleLiteral>
BriefRecordTypeImpl.title
The cached value of the 'Title
' reference list.protected EList<SimpleLiteral>
SummaryRecordTypeImpl.title
The cached value of the 'title
' containment reference list.Methods in net.opengis.cat.csw20.impl that return SimpleLiteralModifier and TypeMethodDescriptionBriefRecordTypeImpl.basicGetType()
SummaryRecordTypeImpl.basicGetType()
Csw20FactoryImpl.createSimpleLiteral()
BriefRecordTypeImpl.getType()
SummaryRecordTypeImpl.getType()
Methods in net.opengis.cat.csw20.impl that return types with arguments of type SimpleLiteralModifier and TypeMethodDescriptionEList<SimpleLiteral>
SummaryRecordTypeImpl.getAbstract()
EList<SimpleLiteral>
DCMIRecordTypeImpl.getDCElement()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getFormat()
EList<SimpleLiteral>
BriefRecordTypeImpl.getIdentifier()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getIdentifier()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getModified()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getRelation()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getSpatial()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getSubject()
EList<SimpleLiteral>
BriefRecordTypeImpl.getTitle()
EList<SimpleLiteral>
SummaryRecordTypeImpl.getTitle()
Methods in net.opengis.cat.csw20.impl with parameters of type SimpleLiteralModifier and TypeMethodDescriptionvoid
BriefRecordTypeImpl.setType
(SimpleLiteral newType) void
SummaryRecordTypeImpl.setType
(SimpleLiteral newType)