Uses of Class
nl.b3p.csw.jaxb.csw.ElementSetName
-
Packages that use ElementSetName Package Description nl.b3p.csw.jaxb.csw -
-
Uses of ElementSetName in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as ElementSetName Modifier and Type Field Description protected ElementSetNameGetRecordByIdType. elementSetNameprotected ElementSetNameQueryType. elementSetNameMethods in nl.b3p.csw.jaxb.csw that return ElementSetName Modifier and Type Method Description ElementSetNameObjectFactory. createElementSetName(ElementSetNameType value)Create an instance ofElementSetName}ElementSetNameGetRecordByIdType. getElementSetName()Gets the value of the elementSetName property.ElementSetNameQueryType. getElementSetName()Gets the value of the elementSetName property.Methods in nl.b3p.csw.jaxb.csw with parameters of type ElementSetName Modifier and Type Method Description voidGetRecordByIdType. setElementSetName(ElementSetName value)Sets the value of the elementSetName property.voidQueryType. setElementSetName(ElementSetName value)Sets the value of the elementSetName property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type ElementSetName Constructor Description GetRecordByIdType(String service, String version, List<String> id, ElementSetName elementSetName, String outputFormat, String outputSchema)Fully-initialising value constructorQueryType(ElementSetName elementSetName, List<QName> elementName, Constraint constraint, SortBy sortBy, List<QName> typeNames)Fully-initialising value constructor
-