package eu.dnetlib.enabling.aas.wrappers;

/**
 * Common class for all security wrappers.
 * @author mhorst
 *
 */
public class CommonProfileWrapper {

	HeaderPart header;
	
	
	public HeaderPart getHeader() {
		return header;
	}

	public void setHeader(HeaderPart header) {
		this.header = header;
	}
}
