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

Packages that use ECSpec
org.fosstrak.ale.util   
org.fosstrak.ale.wsdl.ale.epcglobal   
org.fosstrak.ale.xsd.ale.epcglobal   
 

Uses of ECSpec in org.fosstrak.ale.util
 

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

Methods in org.fosstrak.ale.util with parameters of type ECSpec
static void SerializerUtil.serializeECSpec(ECSpec ecSpec, java.io.FileOutputStream writer)
          This method serializes an ec specification to an xml and writes it into a writer.
static void SerializerUtil.serializeECSpec(ECSpec ecSpec, java.io.Writer writer)
          This method serializes en ECSpec to an xml and writes it into a writer.
static void SerializerUtil.serializeECSpecPretty(ECSpec ecSpec, java.io.FileOutputStream writer)
          This method serializes an ec specification to a well formed xml and writes it into a writer.
 

Uses of ECSpec in org.fosstrak.ale.wsdl.ale.epcglobal
 

Fields in org.fosstrak.ale.wsdl.ale.epcglobal declared as ECSpec
protected  ECSpec Immediate.spec
           
protected  ECSpec Define.spec
           
 

Methods in org.fosstrak.ale.wsdl.ale.epcglobal that return ECSpec
 ECSpec ALEServicePortType.getECSpec(GetECSpec parms)
           
 ECSpec Immediate.getSpec()
          Gets the value of the spec property.
 ECSpec Define.getSpec()
          Gets the value of the spec property.
 

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

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

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

Fields in org.fosstrak.ale.xsd.ale.epcglobal declared as ECSpec
protected  ECSpec ECReports.ecSpec
           
 

Methods in org.fosstrak.ale.xsd.ale.epcglobal that return ECSpec
 ECSpec ObjectFactory.createECSpec()
          Create an instance of ECSpec
 ECSpec ECReports.getECSpec()
          Gets the value of the ecSpec property.
 

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

Methods in org.fosstrak.ale.xsd.ale.epcglobal with parameters of type ECSpec
 javax.xml.bind.JAXBElement<ECSpec> ObjectFactory.createECSpec(ECSpec value)
          Create an instance of JAXBElement<ECSpec>}
 void ECReports.setECSpec(ECSpec value)
          Sets the value of the ecSpec property.
 



Copyright © 2009. All Rights Reserved.