package opc.ua.services.common;

import opc.ua.addressspace.datatypes.NodeId;

public class AttributeOperand {

	private NodeId nodeId;
	private String alias;
	private RelativePath browsePath;
	/** IntegerId */
	private Integer attributeId;
	indexRange

}
