Uses of Class
nl.b3p.csw.jaxb.ows.OnlineResourceType
-
Packages that use OnlineResourceType Package Description nl.b3p.csw.jaxb.ows -
-
Uses of OnlineResourceType in nl.b3p.csw.jaxb.ows
Subclasses of OnlineResourceType in nl.b3p.csw.jaxb.ows Modifier and Type Class Description classRequestMethodTypeConnect point URL and any constraints for this HTTP request method for this operation request.Fields in nl.b3p.csw.jaxb.ows declared as OnlineResourceType Modifier and Type Field Description protected OnlineResourceTypeContactType. onlineResourceprotected OnlineResourceTypeServiceProvider. providerSiteMethods in nl.b3p.csw.jaxb.ows that return OnlineResourceType Modifier and Type Method Description OnlineResourceTypeObjectFactory. createOnlineResourceType()Create an instance ofOnlineResourceTypeOnlineResourceTypeContactType. getOnlineResource()Gets the value of the onlineResource property.OnlineResourceTypeServiceProvider. getProviderSite()Gets the value of the providerSite property.Methods in nl.b3p.csw.jaxb.ows with parameters of type OnlineResourceType Modifier and Type Method Description voidContactType. setOnlineResource(OnlineResourceType value)Sets the value of the onlineResource property.voidServiceProvider. setProviderSite(OnlineResourceType value)Sets the value of the providerSite property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type OnlineResourceType Constructor Description ContactType(TelephoneType phone, AddressType address, OnlineResourceType onlineResource, String hoursOfService, String contactInstructions)Fully-initialising value constructorServiceProvider(String providerName, OnlineResourceType providerSite, ResponsiblePartySubsetType serviceContact)Fully-initialising value constructor
-