Uses of Class
net.opengis.iso19139.gmd.v_20070417.CIContactType
-
Packages that use CIContactType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of CIContactType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as CIContactType Modifier and Type Field Description protected CIContactTypeCIContactPropertyType. ciContactMethods in net.opengis.iso19139.gmd.v_20070417 that return CIContactType Modifier and Type Method Description CIContactTypeObjectFactory. createCIContactType()Create an instance ofCIContactTypeCIContactTypeCIContactPropertyType. getCIContact()Gets the value of the ciContact property.CIContactTypeCIContactType. withAddress(CIAddressPropertyType value)CIContactTypeCIContactType. withContactInstructions(CharacterStringPropertyType value)CIContactTypeCIContactType. withHoursOfService(CharacterStringPropertyType value)CIContactTypeCIContactType. withId(String value)CIContactTypeCIContactType. withOnlineResource(CIOnlineResourcePropertyType value)CIContactTypeCIContactType. withPhone(CITelephonePropertyType value)CIContactTypeCIContactType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type CIContactType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CIContactType>ObjectFactory. createCIContact(CIContactType value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type CIContactType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CIContactType>ObjectFactory. createCIContact(CIContactType value)voidCIContactPropertyType. setCIContact(CIContactType value)Sets the value of the ciContact property.CIContactPropertyTypeCIContactPropertyType. withCIContact(CIContactType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type CIContactType Constructor Description CIContactPropertyType(CIContactType ciContact, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-