noNamespace
Interface LocationV3Type

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
LocationV3TypeImpl

public interface LocationV3Type
extends org.apache.xmlbeans.XmlObject

An XML LocationV3Type(@). This is a complex type.


Nested Class Summary
static class LocationV3Type.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 getCity()
          Gets the "City" element
 String getCutOff()
          Gets the "CutOff" element
 String getFacility()
          Gets the "Facility" element
 String getState()
          Gets the "State" element
 String getStreet()
          Gets the "Street" element
 String getZip()
          Gets the "Zip" element
 void setCity(String city)
          Sets the "City" element
 void setCutOff(String cutOff)
          Sets the "CutOff" element
 void setFacility(String facility)
          Sets the "Facility" element
 void setState(String state)
          Sets the "State" element
 void setStreet(String street)
          Sets the "Street" element
 void setZip(String zip)
          Sets the "Zip" element
 org.apache.xmlbeans.XmlString xgetCity()
          Gets (as xml) the "City" element
 org.apache.xmlbeans.XmlString xgetCutOff()
          Gets (as xml) the "CutOff" element
 org.apache.xmlbeans.XmlString xgetFacility()
          Gets (as xml) the "Facility" element
 org.apache.xmlbeans.XmlString xgetState()
          Gets (as xml) the "State" element
 org.apache.xmlbeans.XmlString xgetStreet()
          Gets (as xml) the "Street" element
 org.apache.xmlbeans.XmlString xgetZip()
          Gets (as xml) the "Zip" element
 void xsetCity(org.apache.xmlbeans.XmlString city)
          Sets (as xml) the "City" element
 void xsetCutOff(org.apache.xmlbeans.XmlString cutOff)
          Sets (as xml) the "CutOff" element
 void xsetFacility(org.apache.xmlbeans.XmlString facility)
          Sets (as xml) the "Facility" element
 void xsetState(org.apache.xmlbeans.XmlString state)
          Sets (as xml) the "State" element
 void xsetStreet(org.apache.xmlbeans.XmlString street)
          Sets (as xml) the "Street" element
 void xsetZip(org.apache.xmlbeans.XmlString zip)
          Sets (as xml) the "Zip" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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

getCutOff

String getCutOff()
Gets the "CutOff" element


xgetCutOff

org.apache.xmlbeans.XmlString xgetCutOff()
Gets (as xml) the "CutOff" element


setCutOff

void setCutOff(String cutOff)
Sets the "CutOff" element


xsetCutOff

void xsetCutOff(org.apache.xmlbeans.XmlString cutOff)
Sets (as xml) the "CutOff" element


getFacility

String getFacility()
Gets the "Facility" element


xgetFacility

org.apache.xmlbeans.XmlString xgetFacility()
Gets (as xml) the "Facility" element


setFacility

void setFacility(String facility)
Sets the "Facility" element


xsetFacility

void xsetFacility(org.apache.xmlbeans.XmlString facility)
Sets (as xml) the "Facility" element


getStreet

String getStreet()
Gets the "Street" element


xgetStreet

org.apache.xmlbeans.XmlString xgetStreet()
Gets (as xml) the "Street" element


setStreet

void setStreet(String street)
Sets the "Street" element


xsetStreet

void xsetStreet(org.apache.xmlbeans.XmlString street)
Sets (as xml) the "Street" 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


getState

String getState()
Gets the "State" element


xgetState

org.apache.xmlbeans.XmlString xgetState()
Gets (as xml) the "State" element


setState

void setState(String state)
Sets the "State" element


xsetState

void xsetState(org.apache.xmlbeans.XmlString state)
Sets (as xml) the "State" element


getZip

String getZip()
Gets the "Zip" element


xgetZip

org.apache.xmlbeans.XmlString xgetZip()
Gets (as xml) the "Zip" element


setZip

void setZip(String zip)
Sets the "Zip" element


xsetZip

void xsetZip(org.apache.xmlbeans.XmlString zip)
Sets (as xml) the "Zip" element



Copyright © 2011. All Rights Reserved.