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

io.atlasmap.v2.PropertyField Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package io.atlasmap.v2;

import java.io.Serializable;

import com.fasterxml.jackson.annotation.JsonRootName;

@JsonRootName("io.atlasmap.v2.PropertyField")
public class PropertyField extends Field implements Serializable {

    private static final long serialVersionUID = 1L;

    protected String scope;

    /**
     * Gets the value of the scope property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getScope() {
        return scope;
    }

    /**
     * Sets the value of the scope property.
     * 
     * @param scope
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setScope(String scope) {
        this.scope = scope;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy