Class OGCContactInformation

    • Field Detail

      • CONTACT_POSITION

        protected javax.xml.namespace.QName CONTACT_POSITION
      • CONTACT_VOICE_TELEPHONE

        protected javax.xml.namespace.QName CONTACT_VOICE_TELEPHONE
      • CONTACT_FACSIMILE_TELEPHONE

        protected javax.xml.namespace.QName CONTACT_FACSIMILE_TELEPHONE
      • CONTACT_ELECTRONIC_MAIL_ADDRESS

        protected javax.xml.namespace.QName CONTACT_ELECTRONIC_MAIL_ADDRESS
      • CONTACT_PERSON_PRIMARY

        protected javax.xml.namespace.QName CONTACT_PERSON_PRIMARY
      • CONTACT_ADDRESS

        protected javax.xml.namespace.QName CONTACT_ADDRESS
      • CONTACT_PERSON

        protected javax.xml.namespace.QName CONTACT_PERSON
      • CONTACT_ORGANIZATION

        protected javax.xml.namespace.QName CONTACT_ORGANIZATION
      • personPrimary

        protected java.lang.String personPrimary
      • organization

        protected java.lang.String organization
      • position

        protected java.lang.String position
      • voiceTelephone

        protected java.lang.String voiceTelephone
      • facsimileTelephone

        protected java.lang.String facsimileTelephone
      • electronicMailAddress

        protected java.lang.String electronicMailAddress
      • contactAddress

        protected OGCAddress contactAddress
    • Constructor Detail

      • OGCContactInformation

        public OGCContactInformation​(java.lang.String namespaceURI)
    • Method Detail

      • allocate

        public XMLEventParser allocate​(XMLEventParserContext ctx,
                                       javax.xml.stream.events.XMLEvent event)
        Description copied from class: AbstractXMLEventParser
        Create a parser for a specified event.
        Overrides:
        allocate in class AbstractXMLEventParser
        Parameters:
        ctx - the current parser context.
        event - the event for which the parser is created. Only the event type is used; the new parser can operate on any event of that type.
        Returns:
        the new parser.
      • doParseEventContent

        protected void doParseEventContent​(XMLEventParserContext ctx,
                                           javax.xml.stream.events.XMLEvent event,
                                           java.lang.Object... args)
                                    throws javax.xml.stream.XMLStreamException
        Description copied from class: AbstractXMLEventParser
        Parse an event's sub-elements.
        Overrides:
        doParseEventContent in class AbstractXMLEventParser
        Parameters:
        ctx - a current parser context.
        event - the event to parse.
        args - an optional list of arguments that may by used by subclasses.
        Throws:
        javax.xml.stream.XMLStreamException - if an exception occurs during event-stream reading.
      • parseContactPersonPrimary

        protected java.lang.String[] parseContactPersonPrimary​(XMLEventParserContext ctx,
                                                               javax.xml.stream.events.XMLEvent cppEvent)
                                                        throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • getPersonPrimary

        public java.lang.String getPersonPrimary()
      • setPersonPrimary

        protected void setPersonPrimary​(java.lang.String personPrimary)
      • getOrganization

        public java.lang.String getOrganization()
      • setOrganization

        protected void setOrganization​(java.lang.String organization)
      • getPosition

        public java.lang.String getPosition()
      • setPosition

        protected void setPosition​(java.lang.String position)
      • getVoiceTelephone

        public java.lang.String getVoiceTelephone()
      • setVoiceTelephone

        protected void setVoiceTelephone​(java.lang.String voiceTelephone)
      • getFacsimileTelephone

        public java.lang.String getFacsimileTelephone()
      • setFacsimileTelephone

        protected void setFacsimileTelephone​(java.lang.String facsimileTelephone)
      • getElectronicMailAddress

        public java.lang.String getElectronicMailAddress()
      • setElectronicMailAddress

        protected void setElectronicMailAddress​(java.lang.String electronicMailAddress)
      • getContactAddress

        public OGCAddress getContactAddress()
      • setContactAddress

        protected void setContactAddress​(OGCAddress contactAddress)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object