Uses of Interface
net.opengis.ows.x11.ContactType
-
Packages that use ContactType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of ContactType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return ContactType Modifier and Type Method Description ContactTypeContactInfoDocument. addNewContactInfo()Appends and returns a new empty "ContactInfo" elementContactTypeResponsiblePartySubsetType. addNewContactInfo()Appends and returns a new empty "ContactInfo" elementContactTypeResponsiblePartyType. addNewContactInfo()Appends and returns a new empty "ContactInfo" elementContactTypeContactInfoDocument. getContactInfo()Gets the "ContactInfo" elementContactTypeResponsiblePartySubsetType. getContactInfo()Gets the "ContactInfo" elementContactTypeResponsiblePartyType. getContactInfo()Gets the "ContactInfo" elementstatic ContactTypeContactType.Factory. newInstance()static ContactTypeContactType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(File file)static ContactTypeContactType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(InputStream is)static ContactTypeContactType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(Reader r)static ContactTypeContactType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(String xmlAsString)static ContactTypeContactType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(URL u)static ContactTypeContactType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(XMLStreamReader sr)static ContactTypeContactType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ContactTypeContactType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ContactTypeContactType.Factory. parse(Node node)static ContactTypeContactType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type ContactType Modifier and Type Method Description voidContactInfoDocument. setContactInfo(ContactType contactInfo)Sets the "ContactInfo" elementvoidResponsiblePartySubsetType. setContactInfo(ContactType contactInfo)Sets the "ContactInfo" elementvoidResponsiblePartyType. setContactInfo(ContactType contactInfo)Sets the "ContactInfo" element -
Uses of ContactType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement ContactType Modifier and Type Class Description classContactTypeImplAn XML ContactType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ContactType Modifier and Type Method Description ContactTypeContactInfoDocumentImpl. addNewContactInfo()Appends and returns a new empty "ContactInfo" elementContactTypeResponsiblePartySubsetTypeImpl. addNewContactInfo()Appends and returns a new empty "ContactInfo" elementContactTypeResponsiblePartyTypeImpl. addNewContactInfo()Appends and returns a new empty "ContactInfo" elementContactTypeContactInfoDocumentImpl. getContactInfo()Gets the "ContactInfo" elementContactTypeResponsiblePartySubsetTypeImpl. getContactInfo()Gets the "ContactInfo" elementContactTypeResponsiblePartyTypeImpl. getContactInfo()Gets the "ContactInfo" elementMethods in net.opengis.ows.x11.impl with parameters of type ContactType Modifier and Type Method Description voidContactInfoDocumentImpl. setContactInfo(ContactType contactInfo)Sets the "ContactInfo" elementvoidResponsiblePartySubsetTypeImpl. setContactInfo(ContactType contactInfo)Sets the "ContactInfo" elementvoidResponsiblePartyTypeImpl. setContactInfo(ContactType contactInfo)Sets the "ContactInfo" element
-