Uses of Class
nl.b3p.csw.jaxb.ows.ContactInfo
-
Packages that use ContactInfo Package Description nl.b3p.csw.jaxb.ows -
-
Uses of ContactInfo in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as ContactInfo Modifier and Type Field Description protected ContactInfoResponsiblePartySubsetType. contactInfoprotected ContactInfoResponsiblePartyType. contactInfoMethods in nl.b3p.csw.jaxb.ows that return ContactInfo Modifier and Type Method Description ContactInfoObjectFactory. createContactInfo(ContactType value)Create an instance ofContactInfo}ContactInfoResponsiblePartySubsetType. getContactInfo()Gets the value of the contactInfo property.ContactInfoResponsiblePartyType. getContactInfo()Gets the value of the contactInfo property.Methods in nl.b3p.csw.jaxb.ows with parameters of type ContactInfo Modifier and Type Method Description voidResponsiblePartySubsetType. setContactInfo(ContactInfo value)Sets the value of the contactInfo property.voidResponsiblePartyType. setContactInfo(ContactInfo value)Sets the value of the contactInfo property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type ContactInfo 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
-