Uses of Class
nl.b3p.csw.jaxb.ows.CodeType
-
Packages that use CodeType Package Description nl.b3p.csw.jaxb.ows -
-
Uses of CodeType in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as CodeType Modifier and Type Field Description protected CodeTypeServiceIdentification. serviceTypeprotected CodeTypeKeywordsType. typeMethods in nl.b3p.csw.jaxb.ows that return CodeType Modifier and Type Method Description CodeTypeObjectFactory. createCodeType()Create an instance ofCodeTypeCodeTypeServiceIdentification. getServiceType()Gets the value of the serviceType property.CodeTypeKeywordsType. getType()Gets the value of the type property.Methods in nl.b3p.csw.jaxb.ows with parameters of type CodeType Modifier and Type Method Description IdentifierObjectFactory. createIdentifier(CodeType value)Create an instance ofIdentifier}RoleObjectFactory. createRole(CodeType value)Create an instance ofRole}voidServiceIdentification. setServiceType(CodeType value)Sets the value of the serviceType property.voidKeywordsType. setType(CodeType value)Sets the value of the type property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type CodeType Constructor Description Identifier(CodeType value)KeywordsType(List<String> keyword, CodeType type)Fully-initialising value constructorRole(CodeType value)ServiceIdentification(Title title, Abstract _abstract, List<Keywords> keywords, CodeType serviceType, List<String> serviceTypeVersion, Fees fees, List<AccessConstraints> accessConstraints)Fully-initialising value constructor
-