Uses of Class
nl.b3p.csw.jaxb.ows.IndividualName
-
Packages that use IndividualName Package Description nl.b3p.csw.jaxb.ows -
-
Uses of IndividualName in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as IndividualName Modifier and Type Field Description protected IndividualNameResponsiblePartySubsetType. individualNameprotected IndividualNameResponsiblePartyType. individualNameMethods in nl.b3p.csw.jaxb.ows that return IndividualName Modifier and Type Method Description IndividualNameObjectFactory. createIndividualName(String value)Create an instance ofIndividualName}IndividualNameResponsiblePartySubsetType. getIndividualName()Gets the value of the individualName property.IndividualNameResponsiblePartyType. getIndividualName()Gets the value of the individualName property.Methods in nl.b3p.csw.jaxb.ows with parameters of type IndividualName Modifier and Type Method Description voidResponsiblePartySubsetType. setIndividualName(IndividualName value)Sets the value of the individualName property.voidResponsiblePartyType. setIndividualName(IndividualName value)Sets the value of the individualName property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type IndividualName Constructor Description ResponsiblePartySubsetType(IndividualName individualName, PositionName positionName, ContactInfo contactInfo, Role role)Fully-initialising value constructorResponsiblePartyType(IndividualName individualName, OrganisationName organisationName, PositionName positionName, ContactInfo contactInfo, Role role)Fully-initialising value constructor
-