001/*
002 * XML Type:  identifiedType
003 * Namespace: http://www.springframework.org/schema/beans
004 * Java type: org.springframework.schema.beans.IdentifiedType
005 *
006 * Automatically generated - do not modify.
007 */
008package org.springframework.schema.beans;
009
010
011/**
012 * An XML identifiedType(@http://www.springframework.org/schema/beans).
013 *
014 * This is a complex type.
015 */
016public interface IdentifiedType extends org.apache.xmlbeans.XmlObject
017{
018    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
019        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IdentifiedType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s64573255CCD5DEC1A1EC4BE6858B9539").resolveHandle("identifiedtypefe44type");
020    
021    /**
022     * Gets the "id" attribute
023     */
024    java.lang.String getId();
025    
026    /**
027     * Gets (as xml) the "id" attribute
028     */
029    org.apache.xmlbeans.XmlID xgetId();
030    
031    /**
032     * True if has "id" attribute
033     */
034    boolean isSetId();
035    
036    /**
037     * Sets the "id" attribute
038     */
039    void setId(java.lang.String id);
040    
041    /**
042     * Sets (as xml) the "id" attribute
043     */
044    void xsetId(org.apache.xmlbeans.XmlID id);
045    
046    /**
047     * Unsets the "id" attribute
048     */
049    void unsetId();
050    
051    /**
052     * A factory class with static methods for creating instances
053     * of this type.
054     */
055    
056    public static final class Factory
057    {
058        /** @deprecated No need to be able to create instances of abstract types */
059        public static org.springframework.schema.beans.IdentifiedType newInstance() {
060          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
061        
062        /** @deprecated No need to be able to create instances of abstract types */
063        public static org.springframework.schema.beans.IdentifiedType newInstance(org.apache.xmlbeans.XmlOptions options) {
064          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
065        
066        /** @param xmlAsString the string value to parse */
067        public static org.springframework.schema.beans.IdentifiedType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
068          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
069        
070        public static org.springframework.schema.beans.IdentifiedType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
071          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
072        
073        /** @param file the file from which to load an xml document */
074        public static org.springframework.schema.beans.IdentifiedType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
075          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
076        
077        public static org.springframework.schema.beans.IdentifiedType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
078          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
079        
080        public static org.springframework.schema.beans.IdentifiedType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
081          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
082        
083        public static org.springframework.schema.beans.IdentifiedType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
084          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
085        
086        public static org.springframework.schema.beans.IdentifiedType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
087          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
088        
089        public static org.springframework.schema.beans.IdentifiedType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
090          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
091        
092        public static org.springframework.schema.beans.IdentifiedType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
093          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
094        
095        public static org.springframework.schema.beans.IdentifiedType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
096          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
097        
098        public static org.springframework.schema.beans.IdentifiedType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
099          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
100        
101        public static org.springframework.schema.beans.IdentifiedType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
102          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
103        
104        public static org.springframework.schema.beans.IdentifiedType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
105          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
106        
107        public static org.springframework.schema.beans.IdentifiedType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
108          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
109        
110        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
111        public static org.springframework.schema.beans.IdentifiedType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
112          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
113        
114        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
115        public static org.springframework.schema.beans.IdentifiedType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
116          return (org.springframework.schema.beans.IdentifiedType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
117        
118        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
119        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
120          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
121        
122        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
123        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
124          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
125        
126        private Factory() { } // No instance of this class allowed
127    }
128}