Class _XmlInputMap

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    XmlInputMap

    public abstract class _XmlInputMap
    extends BaseEntity

    Provides the _XmlInputMap database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<String> IN_XPATH
      Provides the 'IN_XPATH' property.
      static String IN_XPATH_PROPERTY
      Provides the 'inXpath' property name.
      static org.apache.cayenne.exp.Property<String> OUT_XPATH
      Provides the 'OUT_XPATH' property.
      static String OUT_XPATH_PROPERTY
      Provides the 'outXpath' property name.
      static org.apache.cayenne.exp.Property<SchemaSeed> SCHEMA
      Provides the 'SCHEMA' property.
      static String SCHEMA_PROPERTY
      Provides the 'schema' relationship name.
      static String XML_INPUT_MAP_OID_PK_COLUMN
      Provides the 'xml_input_map_oid' primary key database column name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Constructor Summary

      Constructors 
      Constructor Description
      _XmlInputMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getInXpath()
      Return the inXpath value.
      String getOutXpath()
      Return the outXpath value.
      SchemaSeed getSchema()
      Return the Schema.
      void setInXpath​(String inXpath)
      Set the inXpath value.
      void setOutXpath​(String outXpath)
      Set the outXpath value.
      void setSchema​(SchemaSeed schema)
      Set the Schema.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • IN_XPATH_PROPERTY

        public static final String IN_XPATH_PROPERTY
        Provides the 'inXpath' property name.
        See Also:
        Constant Field Values
      • OUT_XPATH_PROPERTY

        public static final String OUT_XPATH_PROPERTY
        Provides the 'outXpath' property name.
        See Also:
        Constant Field Values
      • XML_INPUT_MAP_OID_PK_COLUMN

        public static final String XML_INPUT_MAP_OID_PK_COLUMN
        Provides the 'xml_input_map_oid' primary key database column name.
        See Also:
        Constant Field Values
      • IN_XPATH

        public static final org.apache.cayenne.exp.Property<String> IN_XPATH
        Provides the 'IN_XPATH' property.
      • OUT_XPATH

        public static final org.apache.cayenne.exp.Property<String> OUT_XPATH
        Provides the 'OUT_XPATH' property.
      • SCHEMA

        public static final org.apache.cayenne.exp.Property<SchemaSeed> SCHEMA
        Provides the 'SCHEMA' property.
    • Constructor Detail

      • _XmlInputMap

        public _XmlInputMap()
    • Method Detail

      • setInXpath

        public void setInXpath​(String inXpath)
        Set the inXpath value.
        Parameters:
        inXpath - the inXpath value to set
      • getInXpath

        public String getInXpath()
        Return the inXpath value.
        Returns:
        inXpath the inXpath value
      • setOutXpath

        public void setOutXpath​(String outXpath)
        Set the outXpath value.
        Parameters:
        outXpath - the outXpath value to set
      • getOutXpath

        public String getOutXpath()
        Return the outXpath value.
        Returns:
        outXpath the outXpath value
      • setSchema

        public void setSchema​(SchemaSeed schema)
        Set the Schema.
        Parameters:
        schema - the schema value to set
      • getSchema

        public SchemaSeed getSchema()
        Return the Schema.
        Returns:
        the schema value