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

schemasMicrosoftComVml.CTImageData Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_ImageData
 * Namespace: urn:schemas-microsoft-com:vml
 * Java type: schemasMicrosoftComVml.CTImageData
 *
 * Automatically generated - do not modify.
 */
package schemasMicrosoftComVml;


/**
 * An XML CT_ImageData(@urn:schemas-microsoft-com:vml).
 *
 * This is a complex type.
 */
public interface CTImageData extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTImageData.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctimagedata4039type");
    
    /**
     * Gets the "id" attribute
     */
    java.lang.String getId();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    org.apache.xmlbeans.XmlString 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.apache.xmlbeans.XmlString id);
    
    /**
     * Unsets the "id" attribute
     */
    void unsetId();
    
    /**
     * Gets the "src" attribute
     */
    java.lang.String getSrc();
    
    /**
     * Gets (as xml) the "src" attribute
     */
    org.apache.xmlbeans.XmlString xgetSrc();
    
    /**
     * True if has "src" attribute
     */
    boolean isSetSrc();
    
    /**
     * Sets the "src" attribute
     */
    void setSrc(java.lang.String src);
    
    /**
     * Sets (as xml) the "src" attribute
     */
    void xsetSrc(org.apache.xmlbeans.XmlString src);
    
    /**
     * Unsets the "src" attribute
     */
    void unsetSrc();
    
    /**
     * Gets the "cropleft" attribute
     */
    java.lang.String getCropleft();
    
    /**
     * Gets (as xml) the "cropleft" attribute
     */
    org.apache.xmlbeans.XmlString xgetCropleft();
    
    /**
     * True if has "cropleft" attribute
     */
    boolean isSetCropleft();
    
    /**
     * Sets the "cropleft" attribute
     */
    void setCropleft(java.lang.String cropleft);
    
    /**
     * Sets (as xml) the "cropleft" attribute
     */
    void xsetCropleft(org.apache.xmlbeans.XmlString cropleft);
    
    /**
     * Unsets the "cropleft" attribute
     */
    void unsetCropleft();
    
    /**
     * Gets the "croptop" attribute
     */
    java.lang.String getCroptop();
    
    /**
     * Gets (as xml) the "croptop" attribute
     */
    org.apache.xmlbeans.XmlString xgetCroptop();
    
    /**
     * True if has "croptop" attribute
     */
    boolean isSetCroptop();
    
    /**
     * Sets the "croptop" attribute
     */
    void setCroptop(java.lang.String croptop);
    
    /**
     * Sets (as xml) the "croptop" attribute
     */
    void xsetCroptop(org.apache.xmlbeans.XmlString croptop);
    
    /**
     * Unsets the "croptop" attribute
     */
    void unsetCroptop();
    
    /**
     * Gets the "cropright" attribute
     */
    java.lang.String getCropright();
    
    /**
     * Gets (as xml) the "cropright" attribute
     */
    org.apache.xmlbeans.XmlString xgetCropright();
    
    /**
     * True if has "cropright" attribute
     */
    boolean isSetCropright();
    
    /**
     * Sets the "cropright" attribute
     */
    void setCropright(java.lang.String cropright);
    
    /**
     * Sets (as xml) the "cropright" attribute
     */
    void xsetCropright(org.apache.xmlbeans.XmlString cropright);
    
    /**
     * Unsets the "cropright" attribute
     */
    void unsetCropright();
    
    /**
     * Gets the "cropbottom" attribute
     */
    java.lang.String getCropbottom();
    
    /**
     * Gets (as xml) the "cropbottom" attribute
     */
    org.apache.xmlbeans.XmlString xgetCropbottom();
    
    /**
     * True if has "cropbottom" attribute
     */
    boolean isSetCropbottom();
    
    /**
     * Sets the "cropbottom" attribute
     */
    void setCropbottom(java.lang.String cropbottom);
    
    /**
     * Sets (as xml) the "cropbottom" attribute
     */
    void xsetCropbottom(org.apache.xmlbeans.XmlString cropbottom);
    
    /**
     * Unsets the "cropbottom" attribute
     */
    void unsetCropbottom();
    
    /**
     * Gets the "gain" attribute
     */
    java.lang.String getGain();
    
    /**
     * Gets (as xml) the "gain" attribute
     */
    org.apache.xmlbeans.XmlString xgetGain();
    
    /**
     * True if has "gain" attribute
     */
    boolean isSetGain();
    
    /**
     * Sets the "gain" attribute
     */
    void setGain(java.lang.String gain);
    
    /**
     * Sets (as xml) the "gain" attribute
     */
    void xsetGain(org.apache.xmlbeans.XmlString gain);
    
    /**
     * Unsets the "gain" attribute
     */
    void unsetGain();
    
    /**
     * Gets the "blacklevel" attribute
     */
    java.lang.String getBlacklevel();
    
    /**
     * Gets (as xml) the "blacklevel" attribute
     */
    org.apache.xmlbeans.XmlString xgetBlacklevel();
    
    /**
     * True if has "blacklevel" attribute
     */
    boolean isSetBlacklevel();
    
    /**
     * Sets the "blacklevel" attribute
     */
    void setBlacklevel(java.lang.String blacklevel);
    
    /**
     * Sets (as xml) the "blacklevel" attribute
     */
    void xsetBlacklevel(org.apache.xmlbeans.XmlString blacklevel);
    
    /**
     * Unsets the "blacklevel" attribute
     */
    void unsetBlacklevel();
    
    /**
     * Gets the "gamma" attribute
     */
    java.lang.String getGamma();
    
    /**
     * Gets (as xml) the "gamma" attribute
     */
    org.apache.xmlbeans.XmlString xgetGamma();
    
    /**
     * True if has "gamma" attribute
     */
    boolean isSetGamma();
    
    /**
     * Sets the "gamma" attribute
     */
    void setGamma(java.lang.String gamma);
    
    /**
     * Sets (as xml) the "gamma" attribute
     */
    void xsetGamma(org.apache.xmlbeans.XmlString gamma);
    
    /**
     * Unsets the "gamma" attribute
     */
    void unsetGamma();
    
    /**
     * Gets the "grayscale" attribute
     */
    schemasMicrosoftComVml.STTrueFalse.Enum getGrayscale();
    
    /**
     * Gets (as xml) the "grayscale" attribute
     */
    schemasMicrosoftComVml.STTrueFalse xgetGrayscale();
    
    /**
     * True if has "grayscale" attribute
     */
    boolean isSetGrayscale();
    
    /**
     * Sets the "grayscale" attribute
     */
    void setGrayscale(schemasMicrosoftComVml.STTrueFalse.Enum grayscale);
    
    /**
     * Sets (as xml) the "grayscale" attribute
     */
    void xsetGrayscale(schemasMicrosoftComVml.STTrueFalse grayscale);
    
    /**
     * Unsets the "grayscale" attribute
     */
    void unsetGrayscale();
    
    /**
     * Gets the "bilevel" attribute
     */
    schemasMicrosoftComVml.STTrueFalse.Enum getBilevel();
    
    /**
     * Gets (as xml) the "bilevel" attribute
     */
    schemasMicrosoftComVml.STTrueFalse xgetBilevel();
    
    /**
     * True if has "bilevel" attribute
     */
    boolean isSetBilevel();
    
    /**
     * Sets the "bilevel" attribute
     */
    void setBilevel(schemasMicrosoftComVml.STTrueFalse.Enum bilevel);
    
    /**
     * Sets (as xml) the "bilevel" attribute
     */
    void xsetBilevel(schemasMicrosoftComVml.STTrueFalse bilevel);
    
    /**
     * Unsets the "bilevel" attribute
     */
    void unsetBilevel();
    
    /**
     * Gets the "chromakey" attribute
     */
    java.lang.String getChromakey();
    
    /**
     * Gets (as xml) the "chromakey" attribute
     */
    schemasMicrosoftComVml.STColorType xgetChromakey();
    
    /**
     * True if has "chromakey" attribute
     */
    boolean isSetChromakey();
    
    /**
     * Sets the "chromakey" attribute
     */
    void setChromakey(java.lang.String chromakey);
    
    /**
     * Sets (as xml) the "chromakey" attribute
     */
    void xsetChromakey(schemasMicrosoftComVml.STColorType chromakey);
    
    /**
     * Unsets the "chromakey" attribute
     */
    void unsetChromakey();
    
    /**
     * Gets the "embosscolor" attribute
     */
    java.lang.String getEmbosscolor();
    
    /**
     * Gets (as xml) the "embosscolor" attribute
     */
    schemasMicrosoftComVml.STColorType xgetEmbosscolor();
    
    /**
     * True if has "embosscolor" attribute
     */
    boolean isSetEmbosscolor();
    
    /**
     * Sets the "embosscolor" attribute
     */
    void setEmbosscolor(java.lang.String embosscolor);
    
    /**
     * Sets (as xml) the "embosscolor" attribute
     */
    void xsetEmbosscolor(schemasMicrosoftComVml.STColorType embosscolor);
    
    /**
     * Unsets the "embosscolor" attribute
     */
    void unsetEmbosscolor();
    
    /**
     * Gets the "recolortarget" attribute
     */
    java.lang.String getRecolortarget();
    
    /**
     * Gets (as xml) the "recolortarget" attribute
     */
    schemasMicrosoftComVml.STColorType xgetRecolortarget();
    
    /**
     * True if has "recolortarget" attribute
     */
    boolean isSetRecolortarget();
    
    /**
     * Sets the "recolortarget" attribute
     */
    void setRecolortarget(java.lang.String recolortarget);
    
    /**
     * Sets (as xml) the "recolortarget" attribute
     */
    void xsetRecolortarget(schemasMicrosoftComVml.STColorType recolortarget);
    
    /**
     * Unsets the "recolortarget" attribute
     */
    void unsetRecolortarget();
    
    /**
     * Gets the "href" attribute
     */
    java.lang.String getHref();
    
    /**
     * Gets (as xml) the "href" attribute
     */
    org.apache.xmlbeans.XmlString xgetHref();
    
    /**
     * True if has "href" attribute
     */
    boolean isSetHref();
    
    /**
     * Sets the "href" attribute
     */
    void setHref(java.lang.String href);
    
    /**
     * Sets (as xml) the "href" attribute
     */
    void xsetHref(org.apache.xmlbeans.XmlString href);
    
    /**
     * Unsets the "href" attribute
     */
    void unsetHref();
    
    /**
     * Gets the "althref" attribute
     */
    java.lang.String getAlthref();
    
    /**
     * Gets (as xml) the "althref" attribute
     */
    org.apache.xmlbeans.XmlString xgetAlthref();
    
    /**
     * True if has "althref" attribute
     */
    boolean isSetAlthref();
    
    /**
     * Sets the "althref" attribute
     */
    void setAlthref(java.lang.String althref);
    
    /**
     * Sets (as xml) the "althref" attribute
     */
    void xsetAlthref(org.apache.xmlbeans.XmlString althref);
    
    /**
     * Unsets the "althref" attribute
     */
    void unsetAlthref();
    
    /**
     * Gets the "title" attribute
     */
    java.lang.String getTitle();
    
    /**
     * Gets (as xml) the "title" attribute
     */
    org.apache.xmlbeans.XmlString xgetTitle();
    
    /**
     * True if has "title" attribute
     */
    boolean isSetTitle();
    
    /**
     * Sets the "title" attribute
     */
    void setTitle(java.lang.String title);
    
    /**
     * Sets (as xml) the "title" attribute
     */
    void xsetTitle(org.apache.xmlbeans.XmlString title);
    
    /**
     * Unsets the "title" attribute
     */
    void unsetTitle();
    
    /**
     * Gets the "oleid" attribute
     */
    float getOleid();
    
    /**
     * Gets (as xml) the "oleid" attribute
     */
    org.apache.xmlbeans.XmlFloat xgetOleid();
    
    /**
     * True if has "oleid" attribute
     */
    boolean isSetOleid();
    
    /**
     * Sets the "oleid" attribute
     */
    void setOleid(float oleid);
    
    /**
     * Sets (as xml) the "oleid" attribute
     */
    void xsetOleid(org.apache.xmlbeans.XmlFloat oleid);
    
    /**
     * Unsets the "oleid" attribute
     */
    void unsetOleid();
    
    /**
     * Gets the "detectmouseclick" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getDetectmouseclick();
    
    /**
     * Gets (as xml) the "detectmouseclick" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetDetectmouseclick();
    
    /**
     * True if has "detectmouseclick" attribute
     */
    boolean isSetDetectmouseclick();
    
    /**
     * Sets the "detectmouseclick" attribute
     */
    void setDetectmouseclick(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum detectmouseclick);
    
    /**
     * Sets (as xml) the "detectmouseclick" attribute
     */
    void xsetDetectmouseclick(schemasMicrosoftComOfficeOffice.STTrueFalse detectmouseclick);
    
    /**
     * Unsets the "detectmouseclick" attribute
     */
    void unsetDetectmouseclick();
    
    /**
     * Gets the "movie" attribute
     */
    float getMovie();
    
    /**
     * Gets (as xml) the "movie" attribute
     */
    org.apache.xmlbeans.XmlFloat xgetMovie();
    
    /**
     * True if has "movie" attribute
     */
    boolean isSetMovie();
    
    /**
     * Sets the "movie" attribute
     */
    void setMovie(float movie);
    
    /**
     * Sets (as xml) the "movie" attribute
     */
    void xsetMovie(org.apache.xmlbeans.XmlFloat movie);
    
    /**
     * Unsets the "movie" attribute
     */
    void unsetMovie();
    
    /**
     * Gets the "relid" attribute
     */
    java.lang.String getRelid();
    
    /**
     * Gets (as xml) the "relid" attribute
     */
    schemasMicrosoftComOfficeOffice.STRelationshipId xgetRelid();
    
    /**
     * True if has "relid" attribute
     */
    boolean isSetRelid();
    
    /**
     * Sets the "relid" attribute
     */
    void setRelid(java.lang.String relid);
    
    /**
     * Sets (as xml) the "relid" attribute
     */
    void xsetRelid(schemasMicrosoftComOfficeOffice.STRelationshipId relid);
    
    /**
     * Unsets the "relid" attribute
     */
    void unsetRelid();
    
    /**
     * Gets the "id" attribute
     */
    java.lang.String getId2();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId2();
    
    /**
     * True if has "id" attribute
     */
    boolean isSetId2();
    
    /**
     * Sets the "id" attribute
     */
    void setId2(java.lang.String id2);
    
    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId2(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id2);
    
    /**
     * Unsets the "id" attribute
     */
    void unsetId2();
    
    /**
     * Gets the "pict" attribute
     */
    java.lang.String getPict();
    
    /**
     * Gets (as xml) the "pict" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetPict();
    
    /**
     * True if has "pict" attribute
     */
    boolean isSetPict();
    
    /**
     * Sets the "pict" attribute
     */
    void setPict(java.lang.String pict);
    
    /**
     * Sets (as xml) the "pict" attribute
     */
    void xsetPict(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId pict);
    
    /**
     * Unsets the "pict" attribute
     */
    void unsetPict();
    
    /**
     * Gets the "href" attribute
     */
    java.lang.String getHref2();
    
    /**
     * Gets (as xml) the "href" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetHref2();
    
    /**
     * True if has "href" attribute
     */
    boolean isSetHref2();
    
    /**
     * Sets the "href" attribute
     */
    void setHref2(java.lang.String href2);
    
    /**
     * Sets (as xml) the "href" attribute
     */
    void xsetHref2(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId href2);
    
    /**
     * Unsets the "href" attribute
     */
    void unsetHref2();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static schemasMicrosoftComVml.CTImageData newInstance() {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static schemasMicrosoftComVml.CTImageData parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static schemasMicrosoftComVml.CTImageData parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static schemasMicrosoftComVml.CTImageData parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComVml.CTImageData parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComVml.CTImageData 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 (schemasMicrosoftComVml.CTImageData) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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 org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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 org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy