Uses of Class
nl.b3p.csw.jaxb.ows.AddressType
-
Packages that use AddressType Package Description nl.b3p.csw.jaxb.ows -
-
Uses of AddressType in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as AddressType Modifier and Type Field Description protected AddressTypeContactType. addressMethods in nl.b3p.csw.jaxb.ows that return AddressType Modifier and Type Method Description AddressTypeObjectFactory. createAddressType()Create an instance ofAddressTypeAddressTypeContactType. getAddress()Gets the value of the address property.Methods in nl.b3p.csw.jaxb.ows with parameters of type AddressType Modifier and Type Method Description voidContactType. setAddress(AddressType value)Sets the value of the address property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type AddressType Constructor Description ContactType(TelephoneType phone, AddressType address, OnlineResourceType onlineResource, String hoursOfService, String contactInstructions)Fully-initialising value constructor
-