aspire
Blame | Last modification | View Log | RSS feed
package org.ow2.aspirerfid.commons.ale.wsdl.ale;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for NoSuchNameException complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="NoSuchNameException">
* <complexContent>
* <extension base="{urn:epcglobal:ale:wsdl:1}ALEException">
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "NoSuchNameException")
public class NoSuchNameException
extends ALEException
{
}