All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.schemas.office.office.CTOLEObject Maven / Gradle / Ivy

/*
 * XML Type:  CT_OLEObject
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: com.microsoft.schemas.office.office.CTOLEObject
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.office;


/**
 * An XML CT_OLEObject(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTOLEObject extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTOLEObject.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctoleobjecte5c0type");
    
    /**
     * Gets the "LinkType" element
     */
    com.microsoft.schemas.office.office.STOLELinkType.Enum getLinkType();
    
    /**
     * Gets (as xml) the "LinkType" element
     */
    com.microsoft.schemas.office.office.STOLELinkType xgetLinkType();
    
    /**
     * True if has "LinkType" element
     */
    boolean isSetLinkType();
    
    /**
     * Sets the "LinkType" element
     */
    void setLinkType(com.microsoft.schemas.office.office.STOLELinkType.Enum linkType);
    
    /**
     * Sets (as xml) the "LinkType" element
     */
    void xsetLinkType(com.microsoft.schemas.office.office.STOLELinkType linkType);
    
    /**
     * Unsets the "LinkType" element
     */
    void unsetLinkType();
    
    /**
     * Gets the "LockedField" element
     */
    com.microsoft.schemas.office.office.STTrueFalseBlank.Enum getLockedField();
    
    /**
     * Gets (as xml) the "LockedField" element
     */
    com.microsoft.schemas.office.office.STTrueFalseBlank xgetLockedField();
    
    /**
     * True if has "LockedField" element
     */
    boolean isSetLockedField();
    
    /**
     * Sets the "LockedField" element
     */
    void setLockedField(com.microsoft.schemas.office.office.STTrueFalseBlank.Enum lockedField);
    
    /**
     * Sets (as xml) the "LockedField" element
     */
    void xsetLockedField(com.microsoft.schemas.office.office.STTrueFalseBlank lockedField);
    
    /**
     * Unsets the "LockedField" element
     */
    void unsetLockedField();
    
    /**
     * Gets the "FieldCodes" element
     */
    java.lang.String getFieldCodes();
    
    /**
     * Gets (as xml) the "FieldCodes" element
     */
    org.apache.xmlbeans.XmlString xgetFieldCodes();
    
    /**
     * True if has "FieldCodes" element
     */
    boolean isSetFieldCodes();
    
    /**
     * Sets the "FieldCodes" element
     */
    void setFieldCodes(java.lang.String fieldCodes);
    
    /**
     * Sets (as xml) the "FieldCodes" element
     */
    void xsetFieldCodes(org.apache.xmlbeans.XmlString fieldCodes);
    
    /**
     * Unsets the "FieldCodes" element
     */
    void unsetFieldCodes();
    
    /**
     * Gets the "Type" attribute
     */
    com.microsoft.schemas.office.office.STOLEType.Enum getType();
    
    /**
     * Gets (as xml) the "Type" attribute
     */
    com.microsoft.schemas.office.office.STOLEType xgetType();
    
    /**
     * True if has "Type" attribute
     */
    boolean isSetType();
    
    /**
     * Sets the "Type" attribute
     */
    void setType(com.microsoft.schemas.office.office.STOLEType.Enum type);
    
    /**
     * Sets (as xml) the "Type" attribute
     */
    void xsetType(com.microsoft.schemas.office.office.STOLEType type);
    
    /**
     * Unsets the "Type" attribute
     */
    void unsetType();
    
    /**
     * Gets the "ProgID" attribute
     */
    java.lang.String getProgID();
    
    /**
     * Gets (as xml) the "ProgID" attribute
     */
    org.apache.xmlbeans.XmlString xgetProgID();
    
    /**
     * True if has "ProgID" attribute
     */
    boolean isSetProgID();
    
    /**
     * Sets the "ProgID" attribute
     */
    void setProgID(java.lang.String progID);
    
    /**
     * Sets (as xml) the "ProgID" attribute
     */
    void xsetProgID(org.apache.xmlbeans.XmlString progID);
    
    /**
     * Unsets the "ProgID" attribute
     */
    void unsetProgID();
    
    /**
     * Gets the "ShapeID" attribute
     */
    java.lang.String getShapeID();
    
    /**
     * Gets (as xml) the "ShapeID" attribute
     */
    org.apache.xmlbeans.XmlString xgetShapeID();
    
    /**
     * True if has "ShapeID" attribute
     */
    boolean isSetShapeID();
    
    /**
     * Sets the "ShapeID" attribute
     */
    void setShapeID(java.lang.String shapeID);
    
    /**
     * Sets (as xml) the "ShapeID" attribute
     */
    void xsetShapeID(org.apache.xmlbeans.XmlString shapeID);
    
    /**
     * Unsets the "ShapeID" attribute
     */
    void unsetShapeID();
    
    /**
     * Gets the "DrawAspect" attribute
     */
    com.microsoft.schemas.office.office.STOLEDrawAspect.Enum getDrawAspect();
    
    /**
     * Gets (as xml) the "DrawAspect" attribute
     */
    com.microsoft.schemas.office.office.STOLEDrawAspect xgetDrawAspect();
    
    /**
     * True if has "DrawAspect" attribute
     */
    boolean isSetDrawAspect();
    
    /**
     * Sets the "DrawAspect" attribute
     */
    void setDrawAspect(com.microsoft.schemas.office.office.STOLEDrawAspect.Enum drawAspect);
    
    /**
     * Sets (as xml) the "DrawAspect" attribute
     */
    void xsetDrawAspect(com.microsoft.schemas.office.office.STOLEDrawAspect drawAspect);
    
    /**
     * Unsets the "DrawAspect" attribute
     */
    void unsetDrawAspect();
    
    /**
     * Gets the "ObjectID" attribute
     */
    java.lang.String getObjectID();
    
    /**
     * Gets (as xml) the "ObjectID" attribute
     */
    org.apache.xmlbeans.XmlString xgetObjectID();
    
    /**
     * True if has "ObjectID" attribute
     */
    boolean isSetObjectID();
    
    /**
     * Sets the "ObjectID" attribute
     */
    void setObjectID(java.lang.String objectID);
    
    /**
     * Sets (as xml) the "ObjectID" attribute
     */
    void xsetObjectID(org.apache.xmlbeans.XmlString objectID);
    
    /**
     * Unsets the "ObjectID" attribute
     */
    void unsetObjectID();
    
    /**
     * Gets the "id" attribute
     */
    java.lang.String getId();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId();
    
    /**
     * True if has "id" attribute
     */
    boolean isSetId();
    
    /**
     * Sets the "id" attribute
     */
    void setId(java.lang.String id);
    
    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id);
    
    /**
     * Unsets the "id" attribute
     */
    void unsetId();
    
    /**
     * Gets the "UpdateMode" attribute
     */
    com.microsoft.schemas.office.office.STOLEUpdateMode.Enum getUpdateMode();
    
    /**
     * Gets (as xml) the "UpdateMode" attribute
     */
    com.microsoft.schemas.office.office.STOLEUpdateMode xgetUpdateMode();
    
    /**
     * True if has "UpdateMode" attribute
     */
    boolean isSetUpdateMode();
    
    /**
     * Sets the "UpdateMode" attribute
     */
    void setUpdateMode(com.microsoft.schemas.office.office.STOLEUpdateMode.Enum updateMode);
    
    /**
     * Sets (as xml) the "UpdateMode" attribute
     */
    void xsetUpdateMode(com.microsoft.schemas.office.office.STOLEUpdateMode updateMode);
    
    /**
     * Unsets the "UpdateMode" attribute
     */
    void unsetUpdateMode();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(com.microsoft.schemas.office.office.CTOLEObject.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static com.microsoft.schemas.office.office.CTOLEObject newInstance() {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTOLEObject parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static com.microsoft.schemas.office.office.CTOLEObject parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static com.microsoft.schemas.office.office.CTOLEObject parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (com.microsoft.schemas.office.office.CTOLEObject) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 {
          return getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 {
          return getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy