Uses of Interface
noNamespace.ShipDateV3Type

Packages that use ShipDateV3Type
noNamespace   
noNamespace.impl   
 

Uses of ShipDateV3Type in noNamespace
 

Methods in noNamespace that return ShipDateV3Type
 ShipDateV3Type RequestPackageV3Type.addNewShipDate()
          Appends and returns a new empty "ShipDate" element
 ShipDateV3Type RequestPackageV3Type.getShipDate()
          Gets the "ShipDate" element
static ShipDateV3Type ShipDateV3Type.Factory.newInstance()
           
static ShipDateV3Type ShipDateV3Type.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(File file)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(InputStream is)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(Node node)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(Reader r)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(String xmlAsString)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(URL u)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ShipDateV3Type ShipDateV3Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ShipDateV3Type ShipDateV3Type.Factory.parse(XMLStreamReader sr)
           
static ShipDateV3Type ShipDateV3Type.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in noNamespace with parameters of type ShipDateV3Type
 void RequestPackageV3Type.setShipDate(ShipDateV3Type shipDate)
          Sets the "ShipDate" element
 

Uses of ShipDateV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement ShipDateV3Type
 class ShipDateV3TypeImpl
          An XML ShipDateV3Type(@).
 

Methods in noNamespace.impl that return ShipDateV3Type
 ShipDateV3Type RequestPackageV3TypeImpl.addNewShipDate()
          Appends and returns a new empty "ShipDate" element
 ShipDateV3Type RequestPackageV3TypeImpl.getShipDate()
          Gets the "ShipDate" element
 

Methods in noNamespace.impl with parameters of type ShipDateV3Type
 void RequestPackageV3TypeImpl.setShipDate(ShipDateV3Type shipDate)
          Sets the "ShipDate" element
 



Copyright © 2012. All Rights Reserved.