net.opengis.wms
Interface ContactAddressDocument.ContactAddress

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ContactAddressDocumentImpl.ContactAddressImpl
Enclosing interface:
ContactAddressDocument

public static interface ContactAddressDocument.ContactAddress
extends org.apache.xmlbeans.XmlObject

An XML ContactAddress(@http://www.opengis.net/wms). This is a complex type.


Nested Class Summary
static class ContactAddressDocument.ContactAddress.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getAddress()
          Gets the "Address" element
 String getAddressType()
          Gets the "AddressType" element
 String getCity()
          Gets the "City" element
 String getCountry()
          Gets the "Country" element
 String getPostCode()
          Gets the "PostCode" element
 String getStateOrProvince()
          Gets the "StateOrProvince" element
 void setAddress(String address)
          Sets the "Address" element
 void setAddressType(String addressType)
          Sets the "AddressType" element
 void setCity(String city)
          Sets the "City" element
 void setCountry(String country)
          Sets the "Country" element
 void setPostCode(String postCode)
          Sets the "PostCode" element
 void setStateOrProvince(String stateOrProvince)
          Sets the "StateOrProvince" element
 org.apache.xmlbeans.XmlString xgetAddress()
          Gets (as xml) the "Address" element
 org.apache.xmlbeans.XmlString xgetAddressType()
          Gets (as xml) the "AddressType" element
 org.apache.xmlbeans.XmlString xgetCity()
          Gets (as xml) the "City" element
 org.apache.xmlbeans.XmlString xgetCountry()
          Gets (as xml) the "Country" element
 org.apache.xmlbeans.XmlString xgetPostCode()
          Gets (as xml) the "PostCode" element
 org.apache.xmlbeans.XmlString xgetStateOrProvince()
          Gets (as xml) the "StateOrProvince" element
 void xsetAddress(org.apache.xmlbeans.XmlString address)
          Sets (as xml) the "Address" element
 void xsetAddressType(org.apache.xmlbeans.XmlString addressType)
          Sets (as xml) the "AddressType" element
 void xsetCity(org.apache.xmlbeans.XmlString city)
          Sets (as xml) the "City" element
 void xsetCountry(org.apache.xmlbeans.XmlString country)
          Sets (as xml) the "Country" element
 void xsetPostCode(org.apache.xmlbeans.XmlString postCode)
          Sets (as xml) the "PostCode" element
 void xsetStateOrProvince(org.apache.xmlbeans.XmlString stateOrProvince)
          Sets (as xml) the "StateOrProvince" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAddressType

String getAddressType()
Gets the "AddressType" element


xgetAddressType

org.apache.xmlbeans.XmlString xgetAddressType()
Gets (as xml) the "AddressType" element


setAddressType

void setAddressType(String addressType)
Sets the "AddressType" element


xsetAddressType

void xsetAddressType(org.apache.xmlbeans.XmlString addressType)
Sets (as xml) the "AddressType" element


getAddress

String getAddress()
Gets the "Address" element


xgetAddress

org.apache.xmlbeans.XmlString xgetAddress()
Gets (as xml) the "Address" element


setAddress

void setAddress(String address)
Sets the "Address" element


xsetAddress

void xsetAddress(org.apache.xmlbeans.XmlString address)
Sets (as xml) the "Address" element


getCity

String getCity()
Gets the "City" element


xgetCity

org.apache.xmlbeans.XmlString xgetCity()
Gets (as xml) the "City" element


setCity

void setCity(String city)
Sets the "City" element


xsetCity

void xsetCity(org.apache.xmlbeans.XmlString city)
Sets (as xml) the "City" element


getStateOrProvince

String getStateOrProvince()
Gets the "StateOrProvince" element


xgetStateOrProvince

org.apache.xmlbeans.XmlString xgetStateOrProvince()
Gets (as xml) the "StateOrProvince" element


setStateOrProvince

void setStateOrProvince(String stateOrProvince)
Sets the "StateOrProvince" element


xsetStateOrProvince

void xsetStateOrProvince(org.apache.xmlbeans.XmlString stateOrProvince)
Sets (as xml) the "StateOrProvince" element


getPostCode

String getPostCode()
Gets the "PostCode" element


xgetPostCode

org.apache.xmlbeans.XmlString xgetPostCode()
Gets (as xml) the "PostCode" element


setPostCode

void setPostCode(String postCode)
Sets the "PostCode" element


xsetPostCode

void xsetPostCode(org.apache.xmlbeans.XmlString postCode)
Sets (as xml) the "PostCode" element


getCountry

String getCountry()
Gets the "Country" element


xgetCountry

org.apache.xmlbeans.XmlString xgetCountry()
Gets (as xml) the "Country" element


setCountry

void setCountry(String country)
Sets the "Country" element


xsetCountry

void xsetCountry(org.apache.xmlbeans.XmlString country)
Sets (as xml) the "Country" element



Copyright © 2004-2013 52north.org. All Rights Reserved.