Uses of Interface
noNamespace.LocationV3Type

Packages that use LocationV3Type
noNamespace   
noNamespace.impl   
 

Uses of LocationV3Type in noNamespace
 

Methods in noNamespace that return LocationV3Type
 LocationV3Type PostageV3Type.addNewLocation()
          Appends and returns a new empty value (as xml) as the last "Location" element
 LocationV3Type CommitmentV3Type.addNewLocation()
          Appends and returns a new empty value (as xml) as the last "Location" element
 LocationV3Type[] PostageV3Type.getLocationArray()
          Gets array of all "Location" elements
 LocationV3Type[] CommitmentV3Type.getLocationArray()
          Gets array of all "Location" elements
 LocationV3Type PostageV3Type.getLocationArray(int i)
          Gets ith "Location" element
 LocationV3Type CommitmentV3Type.getLocationArray(int i)
          Gets ith "Location" element
 LocationV3Type PostageV3Type.insertNewLocation(int i)
          Inserts and returns a new empty value (as xml) as the ith "Location" element
 LocationV3Type CommitmentV3Type.insertNewLocation(int i)
          Inserts and returns a new empty value (as xml) as the ith "Location" element
static LocationV3Type LocationV3Type.Factory.newInstance()
           
static LocationV3Type LocationV3Type.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(File file)
           
static LocationV3Type LocationV3Type.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(InputStream is)
           
static LocationV3Type LocationV3Type.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(Node node)
           
static LocationV3Type LocationV3Type.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(Reader r)
           
static LocationV3Type LocationV3Type.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(String xmlAsString)
           
static LocationV3Type LocationV3Type.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(URL u)
           
static LocationV3Type LocationV3Type.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LocationV3Type LocationV3Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LocationV3Type LocationV3Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LocationV3Type LocationV3Type.Factory.parse(XMLStreamReader sr)
           
static LocationV3Type LocationV3Type.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in noNamespace with parameters of type LocationV3Type
 void PostageV3Type.setLocationArray(int i, LocationV3Type location)
          Sets ith "Location" element
 void CommitmentV3Type.setLocationArray(int i, LocationV3Type location)
          Sets ith "Location" element
 void PostageV3Type.setLocationArray(LocationV3Type[] locationArray)
          Sets array of all "Location" element
 void CommitmentV3Type.setLocationArray(LocationV3Type[] locationArray)
          Sets array of all "Location" element
 

Uses of LocationV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement LocationV3Type
 class LocationV3TypeImpl
          An XML LocationV3Type(@).
 

Methods in noNamespace.impl that return LocationV3Type
 LocationV3Type PostageV3TypeImpl.addNewLocation()
          Appends and returns a new empty value (as xml) as the last "Location" element
 LocationV3Type CommitmentV3TypeImpl.addNewLocation()
          Appends and returns a new empty value (as xml) as the last "Location" element
 LocationV3Type[] PostageV3TypeImpl.getLocationArray()
          Gets array of all "Location" elements
 LocationV3Type[] CommitmentV3TypeImpl.getLocationArray()
          Gets array of all "Location" elements
 LocationV3Type PostageV3TypeImpl.getLocationArray(int i)
          Gets ith "Location" element
 LocationV3Type CommitmentV3TypeImpl.getLocationArray(int i)
          Gets ith "Location" element
 LocationV3Type PostageV3TypeImpl.insertNewLocation(int i)
          Inserts and returns a new empty value (as xml) as the ith "Location" element
 LocationV3Type CommitmentV3TypeImpl.insertNewLocation(int i)
          Inserts and returns a new empty value (as xml) as the ith "Location" element
 

Methods in noNamespace.impl with parameters of type LocationV3Type
 void PostageV3TypeImpl.setLocationArray(int i, LocationV3Type location)
          Sets ith "Location" element
 void CommitmentV3TypeImpl.setLocationArray(int i, LocationV3Type location)
          Sets ith "Location" element
 void PostageV3TypeImpl.setLocationArray(LocationV3Type[] locationArray)
          Sets array of all "Location" element
 void CommitmentV3TypeImpl.setLocationArray(LocationV3Type[] locationArray)
          Sets array of all "Location" element
 



Copyright © 2012. All Rights Reserved.