Uses of Class
nl.b3p.csw.jaxb.elements.Type
-
Packages that use Type Package Description nl.b3p.csw.jaxb.csw nl.b3p.csw.jaxb.elements -
-
Uses of Type in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as Type Modifier and Type Field Description protected TypeBriefRecordType. typeprotected TypeSummaryRecordType. typeMethods in nl.b3p.csw.jaxb.csw that return Type Modifier and Type Method Description TypeBriefRecordType. getType()Gets the value of the type property.TypeSummaryRecordType. getType()Gets the value of the type property.Methods in nl.b3p.csw.jaxb.csw with parameters of type Type Modifier and Type Method Description voidBriefRecordType. setType(Type value)Sets the value of the type property.voidSummaryRecordType. setType(Type value)Sets the value of the type property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type Type Constructor Description BriefRecordType(List<javax.xml.bind.JAXBElement<SimpleLiteral>> identifier, List<javax.xml.bind.JAXBElement<SimpleLiteral>> title, Type type, List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> boundingBox)Fully-initialising value constructorSummaryRecordType(List<javax.xml.bind.JAXBElement<SimpleLiteral>> identifier, List<javax.xml.bind.JAXBElement<SimpleLiteral>> title, Type type, List<Subject> subject, List<javax.xml.bind.JAXBElement<SimpleLiteral>> format, List<javax.xml.bind.JAXBElement<SimpleLiteral>> relation, List<Modified> modified, List<Abstract> _abstract, List<Spatial> spatial, List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> boundingBox)Fully-initialising value constructor -
Uses of Type in nl.b3p.csw.jaxb.elements
Methods in nl.b3p.csw.jaxb.elements that return Type Modifier and Type Method Description TypeObjectFactory. createType(SimpleLiteral value)Create an instance ofType}
-