Uses of Class
nl.b3p.csw.jaxb.ows.OrganisationName
-
Packages that use OrganisationName Package Description nl.b3p.csw.jaxb.ows -
-
Uses of OrganisationName in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as OrganisationName Modifier and Type Field Description protected OrganisationNameResponsiblePartyType. organisationNameMethods in nl.b3p.csw.jaxb.ows that return OrganisationName Modifier and Type Method Description OrganisationNameObjectFactory. createOrganisationName(String value)Create an instance ofOrganisationName}OrganisationNameResponsiblePartyType. getOrganisationName()Gets the value of the organisationName property.Methods in nl.b3p.csw.jaxb.ows with parameters of type OrganisationName Modifier and Type Method Description voidResponsiblePartyType. setOrganisationName(OrganisationName value)Sets the value of the organisationName property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type OrganisationName Constructor Description ResponsiblePartyType(IndividualName individualName, OrganisationName organisationName, PositionName positionName, ContactInfo contactInfo, Role role)Fully-initialising value constructor
-