net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee
Interface ErrorCodeType

All Superinterfaces:
XsdPositiveIntegerType
All Known Implementing Classes:
ErrorCodeTypeImpl

public interface ErrorCodeType
extends XsdPositiveIntegerType

The error-code contains an HTTP error code, ex: 404 Used in: error-page

Java class for error-codeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="error-codeType">
   <simpleContent>
     <restriction base="<http://java.sun.com/xml/ns/javaee>xsdPositiveIntegerType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </simpleContent>
 </complexType>
 


Method Summary
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.XsdPositiveIntegerType
getId, getValue, setId, setValue
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.