Uses of Interface
net.opengis.cat.csw20.SimpleLiteral
-
Packages that use SimpleLiteral Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of SimpleLiteral in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return SimpleLiteral Modifier and Type Method Description SimpleLiteral
Csw20Factory. createSimpleLiteral()
Returns a new object of class 'Simple Literal'.SimpleLiteral
BriefRecordType. getType()
Returns the value of the 'Type' containment reference.SimpleLiteral
SummaryRecordType. getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.cat.csw20 that return types with arguments of type SimpleLiteral Modifier and Type Method Description EList<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 SimpleLiteral Modifier and Type Method Description void
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 SimpleLiteral Modifier and Type Class Description class
SimpleLiteralImpl
An implementation of the model object 'Simple Literal'.Fields in net.opengis.cat.csw20.impl declared as SimpleLiteral Modifier and Type Field Description protected 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 SimpleLiteral Modifier and Type Field Description protected 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 SimpleLiteral Modifier and Type Method Description SimpleLiteral
BriefRecordTypeImpl. basicGetType()
SimpleLiteral
SummaryRecordTypeImpl. basicGetType()
SimpleLiteral
Csw20FactoryImpl. createSimpleLiteral()
SimpleLiteral
BriefRecordTypeImpl. getType()
SimpleLiteral
SummaryRecordTypeImpl. getType()
Methods in net.opengis.cat.csw20.impl that return types with arguments of type SimpleLiteral Modifier and Type Method Description EList<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 SimpleLiteral Modifier and Type Method Description void
BriefRecordTypeImpl. setType(SimpleLiteral newType)
void
SummaryRecordTypeImpl. setType(SimpleLiteral newType)
-