Uses of Class
org.fosstrak.ale.xsd.ale.epcglobal.LRSpec

Packages that use LRSpec
org.fosstrak.ale.util   
org.fosstrak.ale.wsdl.alelr.epcglobal   
org.fosstrak.ale.xsd.ale.epcglobal   
 

Uses of LRSpec in org.fosstrak.ale.util
 

Methods in org.fosstrak.ale.util that return LRSpec
static LRSpec DeserializerUtil.deserializeLRSpec(java.io.InputStream inputStream)
          This method deserializes a LRSpec from an input stream.
static LRSpec DeserializerUtil.deserializeLRSpec(java.lang.String pathName)
          This method deserializes a LRSpec from an file path.
 

Methods in org.fosstrak.ale.util with parameters of type LRSpec
static void SerializerUtil.serializeLRSpec(LRSpec spec, java.lang.String pathName, boolean pretty)
          This method serializes an LRSpec to an xml and writes it into a file.
static void SerializerUtil.serializeLRSpec(LRSpec spec, java.io.Writer writer)
          This method serializes an LRSpec to an xml and writes it into a file.
 

Uses of LRSpec in org.fosstrak.ale.wsdl.alelr.epcglobal
 

Fields in org.fosstrak.ale.wsdl.alelr.epcglobal declared as LRSpec
protected  LRSpec Update.spec
           
protected  LRSpec Define.spec
           
 

Methods in org.fosstrak.ale.wsdl.alelr.epcglobal that return LRSpec
 LRSpec ALELRServicePortType.getLRSpec(GetLRSpec parms)
           
 LRSpec Update.getSpec()
          Gets the value of the spec property.
 LRSpec Define.getSpec()
          Gets the value of the spec property.
 

Methods in org.fosstrak.ale.wsdl.alelr.epcglobal that return types with arguments of type LRSpec
 javax.xml.bind.JAXBElement<LRSpec> ObjectFactory.createGetLRSpecResult(LRSpec value)
          Create an instance of JAXBElement<LRSpec>}
 

Methods in org.fosstrak.ale.wsdl.alelr.epcglobal with parameters of type LRSpec
 javax.xml.bind.JAXBElement<LRSpec> ObjectFactory.createGetLRSpecResult(LRSpec value)
          Create an instance of JAXBElement<LRSpec>}
 void Update.setSpec(LRSpec value)
          Sets the value of the spec property.
 void Define.setSpec(LRSpec value)
          Sets the value of the spec property.
 

Uses of LRSpec in org.fosstrak.ale.xsd.ale.epcglobal
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal that return LRSpec
 LRSpec ObjectFactory.createLRSpec()
          Create an instance of LRSpec
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal that return types with arguments of type LRSpec
 javax.xml.bind.JAXBElement<LRSpec> ObjectFactory.createLRSpec(LRSpec value)
          Create an instance of JAXBElement<LRSpec>}
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal with parameters of type LRSpec
 javax.xml.bind.JAXBElement<LRSpec> ObjectFactory.createLRSpec(LRSpec value)
          Create an instance of JAXBElement<LRSpec>}
 



Copyright © 2009. All Rights Reserved.